Skip to content

Commit 9df3278

Browse files
tititiou36dtor
authored andcommitted
Input: matrix_keypad - remove an unused field in struct matrix_keypad
In "struct matrix_keypad", the 'gpio_all_disabled' field is unused. Remove it. Found with cppcheck, unusedStructMember. Signed-off-by: Christophe JAILLET <[email protected]> Link: https://lore.kernel.org/r/4f1a946789445500b6118b9ee1d6ef5255f8c696.1714542052.git.christophe.jaillet@wanadoo.fr Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 99c9f0f commit 9df3278

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/input/keyboard/matrix_keypad.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ struct matrix_keypad {
3737
spinlock_t lock;
3838
bool scan_pending;
3939
bool stopped;
40-
bool gpio_all_disabled;
4140
};
4241

4342
/*

0 commit comments

Comments
 (0)