Skip to content

Commit

Permalink
[SCSI] qla2xxx: Allocate enough space for the full PCI descriptor.
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
  • Loading branch information
Andrew Vasquez authored and James Bottomley committed Aug 15, 2007
1 parent 9d212a4 commit 29856e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/qla2xxx/qla_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 29856e2

Please sign in to comment.