lkml.org 
[lkml]   [2009]   [Jan]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Subject[PATCH 0/5] [trivial] Fix dubious bitwise and/or usage.
From
Date
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(-)

--


\
 
 \ /
  Last update: 2009-01-10 00:41    [W:0.041 / U:0.796 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site