|
@@ -188,8 +188,6 @@ static void tca8418_read_keypad(struct tca8418_keypad *keypad_data)
|
|
|
input_event(input, EV_MSC, MSC_SCAN, code);
|
|
|
input_report_key(input, keymap[code], state);
|
|
|
|
|
|
- /* Read for next loop */
|
|
|
- error = tca8418_read_byte(keypad_data, REG_KEY_EVENT_A, ®);
|
|
|
} while (1);
|
|
|
|
|
|
input_sync(input);
|