Re: [PATCH] Yet more PCI fixes for 2.5.70

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


ChangeSet 1.1325, 2003/06/09 15:33:54-07:00, greg@kroah.com

PCI: remove pci_present() from drivers/char/rio/rio_linux.c

drivers/char/rio/rio_linux.c | 3 +--
1 files changed, 1 insertion(+), 2 deletions(-)

diff -Nru a/drivers/char/rio/rio_linux.c b/drivers/char/rio/rio_linux.c
--- a/drivers/char/rio/rio_linux.c Tue Jun 10 11:21:59 2003
+++ b/drivers/char/rio/rio_linux.c Tue Jun 10 11:21:59 2003
@@ -1126,7 +1126,6 @@
}

#ifdef CONFIG_PCI
- if (pci_present ()) {
/* First look for the JET devices: */
#ifndef TWO_ZERO
while ((pdev = pci_find_device (PCI_VENDOR_ID_SPECIALIX,
@@ -1277,7 +1276,6 @@
#else
} /* Emacs from getting confused we have two closing braces too. */
#endif
- }
#endif /* PCI */

/* Now probe for ISA cards... */
@@ -1431,3 +1429,4 @@
* tab-width: 8
* End:
*/
+

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