Skip to content

Commit

Permalink
[PATCH] qla2xxx: Remove bogus debug-code.
Browse files Browse the repository at this point in the history
Commit 854165f
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>
  • Loading branch information
andrew.vasquez@qlogic.com authored and Unknown committed Feb 7, 2006
1 parent 387f96b commit f7757a5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/scsi/qla2xxx/qla_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit f7757a5

Please sign in to comment.