aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rwxr-xr-xdrivers/input/keyboard/cypress-touchkey.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/keyboard/cypress-touchkey.c b/drivers/input/keyboard/cypress-touchkey.c
index 087ec3e..261e23c 100755
--- a/drivers/input/keyboard/cypress-touchkey.c
+++ b/drivers/input/keyboard/cypress-touchkey.c
@@ -331,7 +331,6 @@ err:
if (error_cnt == 1) first_error_time = jiffies;
last_error_time = jiffies;
prev_data = 0x7; // invalid
- all_keys_up(devdata);
#endif
return IRQ_HANDLED;
}