[PATCH] Trivial drivers/pcmcia/i82365.c

Yaacov Akiba Slama (ya@slamail.org)
Mon, 24 Feb 2003 08:51:53 +0200


This is a MIME-formatted message. If you see this text it means that your
E-mail software does not support MIME-formatted messages.

--=_courier-25439-1046069529-0001-2
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

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

--=_courier-25439-1046069529-0001-2
Content-Type: text/plain; name="pcmcia-i8235.diff"; charset=iso-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="pcmcia-i8235.diff"

--- 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;

--=_courier-25439-1046069529-0001-2--