diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2014-06-08 02:24:07 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2014-06-08 02:24:07 -0400 |
commit | a292241cccb7e20e8b997a9a44177e7c98141859 (patch) | |
tree | a0b0bb95e7dce3233a2d8b203f9e326cdec7a00e /drivers/input/touchscreen/st1232.c | |
parent | d49cb7aeebb974713f9f7ab2991352d3050b095b (diff) | |
parent | 68807a0c2015cb40df4869e16651f0ce5cc14d52 (diff) |
Merge branch 'next' into for-linus
Prepare input updates for 3.16.
Diffstat (limited to 'drivers/input/touchscreen/st1232.c')
-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 */ |