Re: [PATCH] Yet more PCI fixes for 2.5.70

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


ChangeSet 1.1323, 2003/06/09 15:32:51-07:00, greg@kroah.com

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

 drivers/char/isicom.c | 2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -Nru a/drivers/char/isicom.c b/drivers/char/isicom.c
--- a/drivers/char/isicom.c Tue Jun 10 11:22:08 2003
+++ b/drivers/char/isicom.c Tue Jun 10 11:22:08 2003
@@ -1905,7 +1905,7 @@
                 }
         }
         
- if (pci_present() && (card < BOARD_COUNT)) {
+ if (card < BOARD_COUNT) {
                 for (idx=0; idx < DEVID_COUNT; idx++) {
                         dev = NULL;
                         for (;;){

-
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:25 EST