Michael Scott
8dbaea2b3d
PM / QoS: remove duplicate call to pm_qos_update_target
...
In 3.10.y backport patch 1dba303727 ,
the logic to call pm_qos_update_target was moved to __pm_qos_update_request.
However, the original code was left in function pm_qos_update_request.
Currently, if pm_qos_update_request is called where new_value !=
req->node.prio then pm_qos_update_target will be called twice in a row.
Once in pm_qos_update_request and then again in the following call to
_pm_qos_update_request.
Removing the left over code from pm_qos_update_request stops this second
call to pm_qos_update_target where the work of removing / re-adding the
new_value in the constraints list would be duplicated.
Signed-off-by: Michael Scott <michael.scott@linaro.org >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2015-03-18 13:22:28 +01:00
..
2013-11-29 11:11:42 -08:00
2015-03-06 14:40:52 -08:00
2015-01-16 06:59:03 -08:00
2014-06-30 20:09:45 -07:00
2015-03-18 13:22:28 +01:00
2014-08-07 14:30:26 -07:00
2015-03-06 14:40:52 -08:00
2015-03-06 14:40:50 -08:00
2013-04-22 07:09:06 -07:00
2013-05-04 14:57:58 -04:00
2014-11-21 09:22:52 -08:00
2014-09-17 09:03:57 -07:00
2013-12-04 10:57:03 -08:00
2013-05-24 16:22:52 -07:00
2014-06-16 13:42:53 -07:00
2014-09-17 09:03:57 -07:00
2013-12-04 10:57:20 -08:00
2013-05-01 07:21:43 -07:00
2013-05-01 17:29:18 -04:00
2013-06-20 08:18:35 -10:00
2014-06-11 12:03:24 -07:00
2014-07-17 15:58:00 -07:00
2014-10-05 14:54:15 -07:00
2013-04-15 13:25:16 +02:00
2014-10-09 12:18:42 -07:00
2014-11-14 08:47:58 -08:00
2014-06-07 13:25:41 -07:00
2015-01-08 09:58:16 -08:00
2014-06-07 13:25:31 -07:00
2013-04-15 15:17:26 +09:30
2014-10-05 14:54:13 -07:00
2014-07-28 08:00:07 -07:00
2013-12-20 07:45:08 -08:00
2013-05-16 12:01:11 -07:00
2013-05-28 10:37:59 +02:00
2013-04-30 17:04:02 -07:00
2013-05-08 11:51:05 -07:00
2013-05-05 10:58:06 -07:00
2013-03-15 15:09:43 +10:30
2014-11-14 08:47:55 -08:00
2013-04-19 09:33:36 +02:00
2013-05-01 17:29:39 -04:00
2013-04-30 17:04:02 -07:00
2013-03-18 11:40:21 +00:00
2014-04-26 17:15:34 -07:00
2015-01-08 09:58:17 -08:00
2013-04-22 19:59:25 +02:00
2014-11-14 08:48:00 -08:00
2014-08-07 14:30:26 -07:00
2013-05-01 17:29:18 -04:00
2013-11-29 11:11:44 -08:00
2013-06-18 11:32:10 -05:00
2013-05-15 10:41:12 -07:00
2013-05-05 00:16:35 -04:00
2013-06-10 13:37:12 -07:00
2013-06-10 13:37:11 -07:00
2013-05-08 10:13:35 -07:00
2013-04-29 15:54:40 -07:00
2014-07-17 15:58:04 -07:00
2013-04-10 14:48:37 +02:00
2014-07-17 15:58:04 -07:00
2014-07-17 15:58:04 -07:00
2013-03-23 15:53:52 -07:00
2013-03-26 11:07:19 +11:00
2013-04-30 17:04:08 -07:00
2013-05-01 14:08:52 -07:00
2014-09-17 09:03:57 -07:00
2015-02-11 14:48:17 +08:00
2013-10-13 16:08:34 -07:00
2013-05-09 13:46:38 -04:00
2013-06-12 16:29:44 -07:00
2013-05-09 14:53:20 -04:00
2014-06-11 12:03:27 -07:00
2013-04-29 18:28:42 -07:00
2015-01-29 17:40:56 -08:00
2014-06-07 13:25:30 -07:00
2014-05-30 21:52:11 -07:00
2015-01-08 09:58:16 -08:00
2015-01-08 09:58:17 -08:00
2015-01-08 09:58:16 -08:00
2013-05-01 17:29:39 -04:00
2013-03-14 08:24:05 +01:00
2013-04-30 17:04:02 -07:00
2015-02-05 22:35:40 -08:00