]> git.baikalelectronics.ru Git - kernel.git/commit
Input: ep93xx_keypad - use BIT() and GENMASK() macros
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 12 Oct 2021 01:37:33 +0000 (18:37 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sat, 16 Oct 2021 01:29:43 +0000 (18:29 -0700)
commit7d212958d88752a1b2f4591988a2d5c4b9ca42c2
tree27ce5e5927d9a8f51bc85b61bbf229e7a4b5ca41
parent781ef17b57f0632d59672fd3e8b85935f44050be
Input: ep93xx_keypad - use BIT() and GENMASK() macros

Also drop parenthesis around macros that do not use expressions as they are
not needed.

Acked-by: Alexander Sverdlin <alexander.sverdlin@gmail.com>
Link: https://lore.kernel.org/r/20211012013735.3523140-2-dmitry.torokhov@gmail.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/keyboard/ep93xx_keypad.c