From: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org
Subject: [PATCH] Re: 2.6.26-rc5-mm1 - fix parenthesis in drivers/net/smc911x.h
Date: Mon, 9 Jun 2008 21:20:02 +0200 [thread overview]
Message-ID: <200806092120.02943.m.kozlowski@tuxland.pl> (raw)
In-Reply-To: <20080609053908.8021a635.akpm@linux-foundation.org>
Parenthesis fix in drivers/net/smc911x.h
Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
--- linux-2.6.26-rc5-mm1-a/drivers/net/smc911x.h 2008-06-09 19:22:02.000000000 +0200
+++ linux-2.6.26-rc5-mm1-b/drivers/net/smc911x.h 2008-06-09 19:24:57.000000000 +0200
@@ -177,7 +177,7 @@ static inline void SMC_outsl(struct smc9
}
#else
#if SMC_USE_16BIT
-#define SMC_inl(lp, r) (readw((lp)->base + (r)) & 0xFFFF) + (readw((lp)->base + (r) + 2) << 16))
+#define SMC_inl(lp, r) ((readw((lp)->base + (r)) & 0xFFFF) + (readw((lp)->base + (r) + 2) << 16))
#define SMC_outl(v, lp, r) \
do{ \
writew(v & 0xFFFF, (lp)->base + (r)); \
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
next prev parent reply other threads:[~2008-06-09 19:20 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-09 12:39 2.6.26-rc5-mm1 Andrew Morton
[not found] ` <484D6671.302@linux.vnet.ibm.com>
2008-06-09 17:22 ` 2.6.26-rc5-mm1 Balbir Singh
2008-06-09 17:27 ` 2.6.26-rc5-mm1 Balbir Singh
2008-06-09 19:14 ` 2.6.26-rc5-mm1 Mariusz Kozlowski
2008-06-09 21:48 ` 2.6.26-rc5-mm1 Andrew Morton
2008-06-10 4:57 ` 2.6.26-rc5-mm1 Mariusz Kozlowski
2008-06-10 5:01 ` 2.6.26-rc5-mm1 Andrew Morton
2008-06-10 8:39 ` 2.6.26-rc5-mm1 Peter 1 Oberparleiter
2008-06-17 22:26 ` 2.6.26-rc5-mm1 Mariusz Kozlowski
2008-06-18 8:35 ` 2.6.26-rc5-mm1 Peter Oberparleiter
2008-06-09 19:20 ` Mariusz Kozlowski [this message]
2008-06-09 20:45 ` 2.6.26-rc5-mm1: kernel BUG at mm/filemap.c:575! Alexey Dobriyan
2008-06-09 21:40 ` Alexey Dobriyan
2008-06-09 22:37 ` Andrew Morton
2008-06-10 2:21 ` Nick Piggin
2008-06-09 22:11 ` 2.6.26-rc5-mm1 Byron Bradley
2008-06-11 11:04 ` [patch] UWB: make UWB selectable on all archs with USB support David Vrabel
2008-06-11 22:26 ` Byron Bradley
2008-06-09 22:33 ` sock lockup -> process in D state [Was: 2.6.26-rc5-mm1] Jiri Slaby
2008-06-09 23:01 ` Andrew Morton
2008-06-10 6:19 ` Jiri Slaby
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=200806092120.02943.m.kozlowski@tuxland.pl \
--to=m.kozlowski@tuxland.pl \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.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