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.1343, 2003/06/09 15:51:45-07:00, greg@kroah.com
PCI: remove pci_present() from drivers/net/tc35815.c
drivers/net/tc35815.c | 3 --- 1 files changed, 3 deletions(-)
diff -Nru a/drivers/net/tc35815.c b/drivers/net/tc35815.c --- a/drivers/net/tc35815.c Tue Jun 10 11:20:33 2003 +++ b/drivers/net/tc35815.c Tue Jun 10 11:20:33 2003 @@ -488,9 +488,6 @@ return -ENODEV; called++; - if (!pci_present()) - return -ENODEV; - if (pdev) { unsigned int pci_memaddr; unsigned int pci_irq_line; - 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/
|  |