From: Yaacov Akiba Slama <ya@slamail.org>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] Trivial drivers/pcmcia/i82365.c
Date: Mon, 24 Feb 2003 08:51:53 +0200 [thread overview]
Message-ID: <3E59C109.2020103@slamail.org> (raw)
[-- 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;
reply other threads:[~2003-02-24 6:41 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3E59C109.2020103@slamail.org \
--to=ya@slamail.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox