diff --git a/drivers/input/touchscreen/rk2818_spi_xpt2046_ts.c b/drivers/input/touchscreen/rk2818_spi_xpt2046_ts.c index 9a9fd6561acd..46e4591c58f0 100644 --- a/drivers/input/touchscreen/rk2818_spi_xpt2046_ts.c +++ b/drivers/input/touchscreen/rk2818_spi_xpt2046_ts.c @@ -503,7 +503,6 @@ static enum hrtimer_restart xpt2046_timer(struct hrtimer *handle) if (ts->pendown) { struct input_dev *input = ts->input; input_report_key(input, BTN_TOUCH, 0); - input_report_abs(input, ABS_PRESSURE, 0); input_sync(input); ts->pendown = 0;