aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/input/matrix-keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/matrix-keymap.c b/drivers/input/matrix-keymap.c
index db92c1ebfc59..443ad64b7f2a 100644
--- a/drivers/input/matrix-keymap.c
+++ b/drivers/input/matrix-keymap.c
@@ -29,7 +29,7 @@ static bool matrix_keypad_map_key(struct input_dev *input_dev,
29 unsigned int rows, unsigned int cols, 29 unsigned int rows, unsigned int cols,
30 unsigned int row_shift, unsigned int key) 30 unsigned int row_shift, unsigned int key)
31{ 31{
32 unsigned char *keymap = input_dev->keycode; 32 unsigned short *keymap = input_dev->keycode;
33 unsigned int row = KEY_ROW(key); 33 unsigned int row = KEY_ROW(key);
34 unsigned int col = KEY_COL(key); 34 unsigned int col = KEY_COL(key);
35 unsigned short code = KEY_VAL(key); 35 unsigned short code = KEY_VAL(key);