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:26 -0700 |
| |
ChangeSet 1.1334, 2003/06/09 15:39:26-07:00, greg@kroah.com
PCI: remove pci_present() from drivers/media/radio/radio-maestro.c
drivers/media/radio/radio-maestro.c | 2 -- 1 files changed, 2 deletions(-)
diff -Nru a/drivers/media/radio/radio-maestro.c b/drivers/media/radio/radio-maestro.c --- a/drivers/media/radio/radio-maestro.c Tue Jun 10 11:21:17 2003 +++ b/drivers/media/radio/radio-maestro.c Tue Jun 10 11:21:17 2003 @@ -285,8 +285,6 @@ { register __u16 found=0; struct pci_dev *pcidev = NULL; - if(!pci_present()) - return -ENODEV; while(!found && (pcidev = pci_find_device(PCI_VENDOR_ESS, PCI_DEVICE_ID_ESS_ESS1968, 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/
|  |