diff options
Diffstat (limited to 'drivers/input')
| -rw-r--r-- | drivers/input/touchscreen/st1232.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/st1232.c b/drivers/input/touchscreen/st1232.c index 5c342b3139e8..3c0f57efe7b1 100644 --- a/drivers/input/touchscreen/st1232.c +++ b/drivers/input/touchscreen/st1232.c | |||
| @@ -134,7 +134,8 @@ static irqreturn_t st1232_ts_irq_handler(int irq, void *dev_id) | |||
| 134 | } else if (!ts->low_latency_req.dev) { | 134 | } else if (!ts->low_latency_req.dev) { |
| 135 | /* First contact, request 100 us latency. */ | 135 | /* First contact, request 100 us latency. */ |
| 136 | dev_pm_qos_add_ancestor_request(&ts->client->dev, | 136 | dev_pm_qos_add_ancestor_request(&ts->client->dev, |
| 137 | &ts->low_latency_req, 100); | 137 | &ts->low_latency_req, |
| 138 | DEV_PM_QOS_RESUME_LATENCY, 100); | ||
| 138 | } | 139 | } |
| 139 | 140 | ||
| 140 | /* SYN_REPORT */ | 141 | /* SYN_REPORT */ |
