Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Input: tc3589x-keypad - remove stray ')'

The end ')' needs to be removed if the macro is ever used or there
would be a compiler error as it does not have a matching '('.

Signed-off-by: Clifton Barnes <clifton.a.barnes@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Clifton Barnes and committed by
Dmitry Torokhov
c95d6d96 4feacbc2

+1 -1
+1 -1
drivers/input/keyboard/tc3589x-keypad.c
··· 32 32 #define TC3589x_PULL_DOWN_MASK 0x1 33 33 #define TC3589x_PULL_UP_MASK 0x2 34 34 #define TC3589x_PULLUP_ALL_MASK 0xAA 35 - #define TC3589x_IO_PULL_VAL(index, mask) ((mask)<<((index)%4)*2)) 35 + #define TC3589x_IO_PULL_VAL(index, mask) ((mask)<<((index)%4)*2) 36 36 37 37 /* Bit masks for IOCFG register */ 38 38 #define IOCFG_BALLCFG 0x01