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

Commit f7757a5f authored by Andrew Vasquez's avatar Andrew Vasquez Committed by
Browse files

[PATCH] qla2xxx: Remove bogus debug-code.



Commit 854165f4
inadvertently added some code meant only for testing -- the
driver was ignoring the non-zero function numbers of a
multi-port HBA.

Signed-off-by: default avatarAndrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 387f96b4
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1283,9 +1283,6 @@ int qla2x00_probe_one(struct pci_dev *pdev, struct qla_board_info *brd_info)
	fc_port_t *fcport;
	struct scsi_host_template *sht;

if (PCI_FUNC(pdev->devfn))
	goto probe_out;

	if (pci_enable_device(pdev))
		goto probe_out;