[PATCH] qla2xxx: Remove bogus debug-code.

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>

authored by andrew.vasquez@qlogic.com and committed by f7757a5f 387f96b4

-3
-3
drivers/scsi/qla2xxx/qla_os.c
··· 1283 1283 fc_port_t *fcport; 1284 1284 struct scsi_host_template *sht; 1285 1285 1286 - if (PCI_FUNC(pdev->devfn)) 1287 - goto probe_out; 1288 - 1289 1286 if (pci_enable_device(pdev)) 1290 1287 goto probe_out; 1291 1288