Re: [PATCH] Yet more PCI fixes for 2.5.70

Greg KH (greg@kroah.com)
Tue, 10 Jun 2003 11:49:28 -0700


ChangeSet 1.1360, 2003/06/09 16:06:09-07:00, greg@kroah.com

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

drivers/scsi/pci2220i.c | 6 ------
1 files changed, 6 deletions(-)

diff -Nru a/drivers/scsi/pci2220i.c b/drivers/scsi/pci2220i.c
--- a/drivers/scsi/pci2220i.c Tue Jun 10 11:18:58 2003
+++ b/drivers/scsi/pci2220i.c Tue Jun 10 11:18:58 2003
@@ -2534,12 +2534,6 @@
UCHAR device;
struct pci_dev *pcidev = NULL;

- if ( !pci_present () )
- {
- printk ("pci2220i: PCI BIOS not present\n");
- return 0;
- }
-
while ( (pcidev = pci_find_device (VENDOR_PSI, DEVICE_DALE_1, pcidev)) != NULL )
{
if (pci_enable_device(pcidev))

-
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/