* [PATCH] Trivial drivers/pcmcia/i82365.c
@ 2003-02-24 6:51 Yaacov Akiba Slama
0 siblings, 0 replies; only message in thread
From: Yaacov Akiba Slama @ 2003-02-24 6:51 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 313 bytes --]
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
[-- Attachment #2: pcmcia-i8235.diff --]
[-- Type: text/plain, Size: 345 bytes --]
--- 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;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-02-24 6:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-24 6:51 [PATCH] Trivial drivers/pcmcia/i82365.c Yaacov Akiba Slama
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox