PCI: remove pci_present() from drivers/isdn/eicon/Divas_mod.c
drivers/isdn/eicon/Divas_mod.c | 12 ++----------
1 files changed, 2 insertions(+), 10 deletions(-)
diff -Nru a/drivers/isdn/eicon/Divas_mod.c b/drivers/isdn/eicon/Divas_mod.c
--- a/drivers/isdn/eicon/Divas_mod.c Tue Jun 10 11:21:26 2003
+++ b/drivers/isdn/eicon/Divas_mod.c Tue Jun 10 11:21:26 2003
@@ -50,17 +50,9 @@
DivasInitDpc();
- if (pci_present())
+ if (DivasCardsDiscover() < 0)
{
- if (DivasCardsDiscover() < 0)
- {
- printk(KERN_WARNING "Divas: Not loaded\n");
- return -ENODEV;
- }
- }
- else
- {
- printk(KERN_WARNING "Divas: No PCI bus present\n");
+ printk(KERN_WARNING "Divas: Not loaded\n");
return -ENODEV;
}
-
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/