commit | f2aee92d1865d8ff49fa7d715be638c849c650cf | [log] [tgz] |
---|---|---|
author | Quentin Swain <dudebrobro179@gmail.com> | Mon Aug 14 21:48:17 2017 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Aug 18 15:57:15 2017 -0700 |
tree | 957239a9a4a61b577f32395864092ed36e3a26ef | |
parent | 25ff38ca79a9336ea34cc0d0b0b0b39ad7836d28 [diff] |
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>