mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-19 13:11:14 +00:00
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>
This commit is contained in:
parent
4feacbc24e
commit
c95d6d966e
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
#define TC3589x_PULL_DOWN_MASK 0x1
|
#define TC3589x_PULL_DOWN_MASK 0x1
|
||||||
#define TC3589x_PULL_UP_MASK 0x2
|
#define TC3589x_PULL_UP_MASK 0x2
|
||||||
#define TC3589x_PULLUP_ALL_MASK 0xAA
|
#define TC3589x_PULLUP_ALL_MASK 0xAA
|
||||||
#define TC3589x_IO_PULL_VAL(index, mask) ((mask)<<((index)%4)*2))
|
#define TC3589x_IO_PULL_VAL(index, mask) ((mask)<<((index)%4)*2)
|
||||||
|
|
||||||
/* Bit masks for IOCFG register */
|
/* Bit masks for IOCFG register */
|
||||||
#define IOCFG_BALLCFG 0x01
|
#define IOCFG_BALLCFG 0x01
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue