Viresh Kumar
2a6127d037
PM / OPP: remove double calls to find_device_opp()
...
By mistake we called find_device_opp() twice in of_free_opp_table(), fix it.
Generated diff doesn't show the problem well and so here is the code snippet:
void of_free_opp_table(struct device *dev)
{
struct device_opp *dev_opp = find_device_opp(dev);
struct dev_pm_opp *opp, *tmp;
/* Check for existing list for 'dev' */
dev_opp = find_device_opp(dev);
...
}
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org >
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com >
2014-12-10 02:39:12 +01:00
..
2014-11-20 01:24:16 +01:00
2014-11-04 12:56:25 -05:00
2014-10-17 11:55:32 -04:00
2014-12-10 02:39:12 +01:00
2014-10-23 14:02:06 -04:00
2014-11-13 16:17:05 -08:00
2014-10-13 11:28:42 +02:00
2014-10-08 17:37:16 -04:00
2014-11-13 18:07:52 -08:00
2014-10-15 07:05:03 +02:00
2014-11-19 10:43:51 +01:00
2014-11-08 02:10:04 +01:00
2014-10-24 12:48:47 -07:00
2014-11-06 23:10:20 +08:00
2014-11-21 16:24:27 -08:00
2014-10-09 02:39:07 -04:00
2014-10-22 22:59:00 +02:00
2014-11-14 12:10:13 +01:00
2014-10-23 14:45:09 -07:00
2014-10-09 14:58:15 -04:00
2014-11-21 12:19:19 +10:00
2014-11-13 16:19:14 -08:00
2014-11-11 10:39:45 -08:00
2014-11-07 19:03:18 +01:00
2014-10-18 12:12:45 -07:00
2014-11-05 18:33:46 +00:00
2014-11-21 16:28:45 -08:00
2014-11-14 14:31:54 -08:00
2014-10-15 07:23:49 +02:00
2014-11-02 01:31:10 +00:00
2014-10-14 15:05:35 -04:00
2014-10-21 08:18:38 -07:00
2014-10-21 11:21:19 -07:00
2014-11-16 15:34:31 -08:00
2014-11-03 19:08:06 -02:00
2014-10-14 02:18:22 +02:00
2014-10-07 21:29:18 -04:00
2014-11-10 15:22:04 +00:00
2014-10-28 19:52:52 +11:00
2014-11-05 09:28:48 +01:00
2014-11-02 14:45:52 -08:00
2014-11-21 00:26:43 -05:00
2014-10-07 14:48:29 -04:00
2014-10-17 07:08:51 -04:00
2014-11-20 15:32:49 +00:00
2014-10-13 16:23:15 +02:00
2014-11-21 16:36:42 -08:00
2014-11-05 14:34:06 -08:00
2014-10-28 11:16:26 +01:00
2014-11-10 21:16:15 -08:00
2014-10-14 02:18:25 +02:00
2014-11-15 15:22:51 -08:00
2014-10-21 08:17:43 -07:00
2014-11-05 14:59:25 +00:00
2014-10-29 16:33:14 -07:00
2014-11-03 10:43:00 +01:00
2014-11-21 17:20:36 -08:00
2014-10-28 22:05:07 +01:00
2014-11-06 12:58:46 +00:00
2014-10-09 14:58:15 -04:00
2014-11-05 11:30:45 -08:00
2014-11-02 22:04:57 -08:00
2014-11-09 15:42:53 -04:00
2014-11-06 12:23:36 -08:00
2014-10-02 21:35:54 -07:00
2014-11-06 12:25:40 -08:00
2014-10-15 07:23:49 +02:00
2014-10-28 13:54:16 -07:00
2014-10-30 14:53:49 +02:00
2014-10-18 10:25:09 -07:00
2014-10-20 21:09:17 +02:00
2014-10-23 16:24:02 +01:00