]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] qla2xxx: Remove bogus debug-code.
authorandrew.vasquez@qlogic.com <andrew.vasquez@qlogic.com>
Tue, 7 Feb 2006 16:45:30 +0000 (08:45 -0800)
committer <jejb@mulgrave.il.steeleye.com> <>
Tue, 7 Feb 2006 16:54:02 +0000 (10:54 -0600)
Commit 854165f4245c4a3b4a8cc363ba2050033151e196
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: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/qla2xxx/qla_os.c

index 9b5a10ac3e25fdd9acc10b47d904c8ec4d75a20f..9f91f1a20542cde30379643072d127cc873a9c6a 100644 (file)
@@ -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;