Re: [PATCH] Yet more PCI fixes for 2.5.70

From: Greg KH (greg@kroah.com)
Date: Tue Jun 10 2003 - 13:49:29 EST


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

PCI: remove pci_present() from sound/oss/esssolo1.c

 sound/oss/esssolo1.c | 2 --
 1 files changed, 2 deletions(-)

diff -Nru a/sound/oss/esssolo1.c b/sound/oss/esssolo1.c
--- a/sound/oss/esssolo1.c Tue Jun 10 11:17:37 2003
+++ b/sound/oss/esssolo1.c Tue Jun 10 11:17:37 2003
@@ -2459,8 +2459,6 @@
 
 static int __init init_solo1(void)
 {
- if (!pci_present()) /* No PCI bus in this machine! */
- return -ENODEV;
         printk(KERN_INFO "solo1: version v0.20 time " __TIME__ " " __DATE__ "\n");
         if (!pci_register_driver(&solo1_driver)) {
                 pci_unregister_driver(&solo1_driver);

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



This archive was generated by hypermail 2b29 : Sun Jun 15 2003 - 22:00:26 EST