Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 29856e28 authored by Andrew Vasquez's avatar Andrew Vasquez Committed by James Bottomley
Browse files

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

parent 9d212a4d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;