staging: pi433: replace logical not with bitwise
authorQuentin Swain <dudebrobro179@gmail.com>
Tue, 15 Aug 2017 01:48:17 +0000 (21:48 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Aug 2017 22:57:15 +0000 (15:57 -0700)
commitf2aee92d1865d8ff49fa7d715be638c849c650cf
tree957239a9a4a61b577f32395864092ed36e3a26ef
parent25ff38ca79a9336ea34cc0d0b0b0b39ad7836d28
staging: pi433: replace logical not with bitwise

sparse reports the following warning  "warning: dubious: x & !y".
Replaced te logical not with bitwise to resolve the warning

Signed-off-by: Quentin Swain <dudebrobro179@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/pi433/rf69.c