[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090109234113.11800.55672.stgit@zaytsev.su>
Date: Sat, 10 Jan 2009 02:47:50 +0300
From: Alexey Zaytsev <alexey.zaytsev@...il.com>
To: LKML <linux-kernel@...r.kernel.org>
Cc: Jiri Kosina <jkosina@...e.cz>,
Trivial Kernel Patches <trivial@...nel.org>
Subject: [PATCH 0/5] [trivial] Fix dubious bitwise and/or usage.
Hello.
Sorry to bother the lkml with such trivial stuff, but
I could not get any response from either Jiri Kosina
ot trivial@ when I sent the patches directly to them.
Maybe a linux-trivial@ mailing list would be a good idea..
These patches fix a number of cases where &/| were by
mistake used instead of &&/||. In every single case the
semantics stays the same, so none is a real bug.
---
Alexey Zaytsev (5):
Fix dubious bitwise 'and' usage spotted by sparse.
Fix dubious bitwise 'and' usage spotted by sparse.
Fix dubious bitwise 'and' usage spotted by sparse.
Fix dubious bitwise 'or' usage spotted by sparse.
Fix dubious bitwise 'or' usage spotted by sparse.
drivers/isdn/mISDN/l1oip_codec.c | 2 +-
drivers/media/video/gspca/m5602/m5602_s5k4aa.c | 2 +-
drivers/net/wireless/ath9k/rc.c | 2 +-
drivers/usb/wusbcore/security.c | 2 +-
mm/page_alloc.c | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists