diff --git a/drivers/input/touchscreen/ft5435/ft5435_ts.c b/drivers/input/touchscreen/ft5435/ft5435_ts.c index 0174bd21638d..7939b9d81f13 100644 --- a/drivers/input/touchscreen/ft5435/ft5435_ts.c +++ b/drivers/input/touchscreen/ft5435/ft5435_ts.c @@ -1520,8 +1520,8 @@ static int ft5435_ts_resume(struct device *dev) ft5x0x_write_reg(data->client, 0x8c, 0x01); - enable_irq(data->client->irq); data->suspended = false; + enable_irq(data->client->irq); #if defined(USB_CHARGE_DETECT) queue_work(ft5435_wq, &data->work);