Messages in this thread Patch in this message |  | | Subject | Re: [PATCH] Yet more PCI fixes for 2.5.70 | From | Greg KH <> | Date | Tue, 10 Jun 2003 11:49:27 -0700 |
| |
ChangeSet 1.1354, 2003/06/09 16:03:01-07:00, greg@kroah.com
PCI: remove pci_present() from drivers/scsi/cpqfcTSinit.c
drivers/scsi/cpqfcTSinit.c | 6 ------ 1 files changed, 6 deletions(-)
diff -Nru a/drivers/scsi/cpqfcTSinit.c b/drivers/scsi/cpqfcTSinit.c --- a/drivers/scsi/cpqfcTSinit.c Tue Jun 10 11:19:31 2003 +++ b/drivers/scsi/cpqfcTSinit.c Tue Jun 10 11:19:31 2003 @@ -298,12 +298,6 @@ ScsiHostTemplate->proc_name = "cpqfcTS"; #endif - if( pci_present() == 0) // no PCI busses? - { - printk( " no PCI bus?@#!\n"); - return NumberOfAdapters; - } - for( i=0; i < HBA_TYPES; i++) { // look for all HBAs of each type - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |