From: Russell King <rmk@arm.linux.org.uk>
To: Jeff Garzik <jgarzik@pobox.com>, Andrew Morton <akpm@osdl.org>
Cc: Linux Kernel List <linux-kernel@vger.kernel.org>
Subject: smc91c92_cs silly
Date: Fri, 19 Nov 2004 23:47:31 +0000 [thread overview]
Message-ID: <20041119234731.D27784@flint.arm.linux.org.uk> (raw)
The patch below fixes wrong arguments to outw in smc91c92_cs.c
Signed-off-by: Russell King <rmk@arm.linux.org.uk>
--- orig/drivers/net/pcmcia/smc91c92_cs.c 10 Sep 2004 15:42:36 -0000
+++ linux/drivers/net/pcmcia/smc91c92_cs.c 19 Nov 2004 23:42:22 -0000
@@ -2113,7 +2113,7 @@
tmp |= TCR_FDUPLX;
else
tmp &= ~TCR_FDUPLX;
- outw(ioaddr + TCR, tmp);
+ outw(tmp, ioaddr + TCR);
return 0;
}
--
Russell King
reply other threads:[~2004-11-19 23:55 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=20041119234731.D27784@flint.arm.linux.org.uk \
--to=rmk@arm.linux.org.uk \
--cc=akpm@osdl.org \
--cc=jgarzik@pobox.com \
--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