From: Dan Carpenter Date: Thu, 17 Jun 2010 12:08:47 +0000 (+0200) Subject: Staging: wlan-ng: silence a sparse warning X-Git-Tag: v2.6.36-rc1~520^2~1^2~421 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=594578979d0e25e178e0243eca9aa53499b89b05;p=pandora-kernel.git Staging: wlan-ng: silence a sparse warning This doesn't change the behavior. It just silences a sparse warning. drivers/staging/wlan-ng/hfa384x_usb.c:2810:62: warning: dubious: !x | !y The point of the bitwise OR is so that a logical OR could short circuit the second call to test_and_set_bit(). Signed-off-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed