lkml.org 
[lkml]   [2003]   [Feb]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] Trivial drivers/pcmcia/i82365.c
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;
\
 
 \ /
  Last update: 2005-03-22 13:33    [W:0.039 / U:0.016 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site