[PATCH] drivers/pcmcia/i82365.c compilation failure

From: $B5HF#1QL@(
Date: Tue Feb 25 2003 - 02:24:03 EST


Failed to compile linux-2.5.63 at drivers/pcmcia/i82365.c.
Here's the fix.

Index: drivers/pcmcia/i82365.c
===================================================================
RCS file: /cvsroot/usagi/usagi/kernel/linux25/drivers/pcmcia/i82365.c,v
retrieving revision 1.1.1.12
retrieving revision 1.2
diff -u -r1.1.1.12 -r1.2
--- drivers/pcmcia/i82365.c 25 Feb 2003 05:29:17 -0000 1.1.1.12
+++ drivers/pcmcia/i82365.c 25 Feb 2003 07:05:37 -0000 1.2
@@ -846,7 +846,7 @@
         
             printk("PNP ");
             
- if (pnp_activate_dev(dev, NULL) < 0) {
+ if (pnp_activate_dev(dev) < 0) {
                 printk("activate failed\n");
                 pnp_device_detach(dev);
                 break;

-- 
Hideaki YOSHIFUJI @ USAGI Project <yoshfuji@linux-ipv6.org>
GPG FP: 9022 65EB 1ECF 3AD1 0BDF  80D8 4807 F894 E062 0EEA
-
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 : Fri Feb 28 2003 - 22:00:27 EST