提交 29856e28 编写于 作者: A Andrew Vasquez 提交者: James Bottomley

[SCSI] qla2xxx: Allocate enough space for the full PCI descriptor.

Signed-off-by: NAndrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
上级 9d212a4d
......@@ -1564,7 +1564,7 @@ qla2x00_probe_one(struct pci_dev *pdev, const struct pci_device_id *id)
struct Scsi_Host *host;
scsi_qla_host_t *ha;
unsigned long flags = 0;
char pci_info[20];
char pci_info[30];
char fw_str[30];
struct scsi_host_template *sht;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册