diff options
author | Andrew Vasquez <andrew.vasquez@qlogic.com> | 2007-08-12 21:22:52 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.localdomain> | 2007-08-15 14:02:17 -0400 |
commit | 29856e2841ebc6dadff0db1032be14e467989452 (patch) | |
tree | 7629d73d41f48059fd051d0a7f0d9c01b45144c0 /drivers/scsi/qla2xxx/qla_os.c | |
parent | 9d212a4d20928f865b9a48e870d6ecef0e30175d (diff) |
[SCSI] qla2xxx: Allocate enough space for the full PCI descriptor.
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_os.c')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_os.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c index 93c0c7e4f08f..acca898ce0a2 100644 --- a/drivers/scsi/qla2xxx/qla_os.c +++ b/drivers/scsi/qla2xxx/qla_os.c | |||
@@ -1564,7 +1564,7 @@ qla2x00_probe_one(struct pci_dev *pdev, const struct pci_device_id *id) | |||
1564 | struct Scsi_Host *host; | 1564 | struct Scsi_Host *host; |
1565 | scsi_qla_host_t *ha; | 1565 | scsi_qla_host_t *ha; |
1566 | unsigned long flags = 0; | 1566 | unsigned long flags = 0; |
1567 | char pci_info[20]; | 1567 | char pci_info[30]; |
1568 | char fw_str[30]; | 1568 | char fw_str[30]; |
1569 | struct scsi_host_template *sht; | 1569 | struct scsi_host_template *sht; |
1570 | 1570 | ||