diff options
| author | Arnd Bergmann <arnd@arndb.de> | 2017-05-11 08:46:44 -0300 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2017-11-06 15:33:11 +0100 |
| commit | 7b94f578bd1823895ccc44785a885c191d362b34 (patch) | |
| tree | 9a702e2c141f988254b15c70797b938811e84c7e /kernel/kthread.c | |
| parent | 42f2dae2d74d6da402edc12a9bcca3769b9ea303 (diff) | |
ir-core: fix gcc-7 warning on bool arithmetic
commit bd7e31bbade02bc1e92aa00d5cf2cee2da66838a upstream.
gcc-7 suggests that an expression using a bitwise not and a bitmask
on a 'bool' variable is better written using boolean logic:
drivers/media/rc/imon.c: In function 'imon_incoming_scancode':
drivers/media/rc/imon.c:1725:22: error: '~' on a boolean expression [-Werror=bool-operation]
ictx->pad_mouse = ~(ictx->pad_mouse) & 0x1;
^
drivers/media/rc/imon.c:1725:22: note: did you mean to use logical not?
I agree.
Fixes: 21677cfc562a ("V4L/DVB: ir-core: add imon driver")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Willy Tarreau <w@1wt.eu>
Diffstat (limited to 'kernel/kthread.c')
0 files changed, 0 insertions, 0 deletions
