mtd/drivers/mtd/devices pmc551.c,1.24,1.25
David Woodhouse
dwmw2 at infradead.org
Mon Jun 23 08:24:03 EDT 2003
Update of /home/cvs/mtd/drivers/mtd/devices
In directory phoenix.infradead.org:/tmp/cvs-serv18350
Modified Files:
pmc551.c
Log Message:
Remove pci_present() check.
Index: pmc551.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/devices/pmc551.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- pmc551.c 20 May 2003 21:03:08 -0000 1.24
+++ pmc551.c 23 Jun 2003 12:24:01 -0000 1.25
@@ -681,11 +681,6 @@
printk(KERN_INFO PMC551_VERSION);
- if(!pci_present()) {
- printk(KERN_NOTICE "pmc551: PCI not enabled.\n");
- return -ENODEV;
- }
-
/*
* PCU-bus chipset probe.
*/
More information about the linux-mtd-cvs
mailing list