projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d212a4
)
[SCSI] qla2xxx: Allocate enough space for the full PCI descriptor.
author
Andrew Vasquez
<andrew.vasquez@qlogic.com>
Mon, 13 Aug 2007 01:22:52 +0000
(18:22 -0700)
committer
James Bottomley
<jejb@mulgrave.localdomain>
Wed, 15 Aug 2007 18:02:17 +0000
(13:02 -0500)
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/qla2xxx/qla_os.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/qla2xxx/qla_os.c
b/drivers/scsi/qla2xxx/qla_os.c
index
93c0c7e
..
acca898
100644
(file)
--- 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)
struct Scsi_Host *host;
scsi_qla_host_t *ha;
unsigned long flags = 0;
- char pci_info[
2
0];
+ char pci_info[
3
0];
char fw_str[30];
struct scsi_host_template *sht;