On Sun, Aug 13, 2017 at 09:43:50PM +0200, Frederico Cadete wrote:
> The code was using the logical negation operator "!", effectively never
> triggering the error path. To check the bitmask we should use the
> bitwise negation "~".
>
> Cleans up sparse warning:
> warning: dubious: x & !y
>
> Si
The code was using the logical negation operator "!", effectively never
triggering the error path. To check the bitmask we should use the
bitwise negation "~".
Cleans up sparse warning:
warning: dubious: x & !y
Signed-off-by: Frederico Cadete
---
drivers/staging/pi433/rf69.c | 2 +-
1 file ch
2 matches
Mail list logo