diff options
| -rw-r--r-- | drivers/input/touchscreen/gt9x_2.4/gt9xx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/input/touchscreen/gt9x_2.4/gt9xx.c b/drivers/input/touchscreen/gt9x_2.4/gt9xx.c index c587138a6ab5..8678207bc9f2 100644 --- a/drivers/input/touchscreen/gt9x_2.4/gt9xx.c +++ b/drivers/input/touchscreen/gt9x_2.4/gt9xx.c @@ -613,8 +613,8 @@ static void goodix_ts_work_func(struct work_struct *work) return; } #if GTP_GESTURE_WAKEUP - if (DOZE_ENABLED == doze_status) - { + if (DOZE_DISABLED != doze_status) + { ret = gtp_i2c_read(i2c_connect_client, doze_buf, 3); GTP_DEBUG("0x814B = 0x%02X", doze_buf[2]); if (ret > 0) |
