Commit b9bb7bdc authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

PCI: remove pci_present() from drivers/scsi/qlogicfc.c

parent d73cc934
......@@ -711,11 +711,6 @@ int isp2x00_detect(Scsi_Host_Template * tmpt)
tmpt->proc_name = "isp2x00";
if (pci_present() == 0) {
printk(KERN_INFO "qlogicfc : PCI not present\n");
return 0;
}
for (i=0; i<2; i++){
pdev = NULL;
while ((pdev = pci_find_device(PCI_VENDOR_ID_QLOGIC, device_ids[i], pdev))) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment