]> git.karo-electronics.de Git - mv-sheeva.git/commit
rtl8180: silence "dubious: x | !y" sparse warning
authorJohn W. Linville <linville@tuxdriver.com>
Wed, 21 Jul 2010 20:36:06 +0000 (16:36 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 26 Jul 2010 19:09:03 +0000 (15:09 -0400)
commit28eb3e5acfddf1e1c8892df9901e4f32f7f537eb
treeecfb4513e99fc6b76c765c5c738e27a51d80cdf7
parent8b73fb8e29e9ae0458d36cc0dc25e2717587dfd4
rtl8180: silence "dubious: x | !y" sparse warning

  CHECK   drivers/net/wireless/rtl818x/rtl8180_rtl8225.c
drivers/net/wireless/rtl818x/rtl8180_rtl8225.c:53:33: warning: dubious: x | !y

The existing code is clever and works fine, but it's not worth even a
single line of Sparse warning SPAM...

Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rtl818x/rtl8180_rtl8225.c