[PATCH] Trivial drivers/pcmcia/i82365.c

From: Yaacov Akiba Slama (ya@slamail.org)
Date: Mon Feb 24 2003 - 01:51:53 EST


Hello,

drivers/pcmcia/i82365.c needs the following patchlet to compile because
the ChangeSet 1.990.4.3 modified the signature of pnp_activate_dev.

With this patch, I can use 2.5.62 + cset-1.914.102.107-to-1.1025 +
ChangeSet 1.1037 in my thinkpad 600x + xircom ethernet&modem card.

Thanks,
Yaacov Akiba Slama


--- linux/drivers/pcmcia/i82365.c 2003-02-23 23:41:39.000000000 +0200
+++ linux/drivers/pcmcia/i82365.c 2003-02-23 23:42:57.000000000 +0200
@@ -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;

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