Viresh Kumar
fa29ae5f22
ACPI: processor_perflib: Simplify code and stop using CPUFREQ_START
...
acpi_processor_ppc_notifier() can live without using CPUFREQ_START
(which is gonna be removed soon), as it is only used while setting
ignore_ppc to 0. This can be done with the help of "ignore_ppc < 0"
check alone. The notifier function anyway ignores all events except
CPUFREQ_ADJUST and dropping CPUFREQ_START wouldn't harm at all.
Once CPUFREQ_START event is removed from the cpufreq core,
acpi_processor_ppc_notifier() will get called only for CPUFREQ_NOTIFY or
CPUFREQ_ADJUST event. Drop the return statement from the first if block
to make sure we don't ignore any such events.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org >
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com >
2017-02-04 00:05:29 +01:00
..
2017-01-20 03:44:58 +01:00
2016-12-02 00:24:34 +01:00
2016-12-06 16:57:33 +01:00
2016-11-10 00:30:29 +01:00
2016-12-22 14:34:24 +01:00
2016-07-16 03:03:14 +02:00
2015-07-08 02:27:32 +02:00
2016-04-27 23:42:57 +02:00
2016-12-12 20:48:01 +01:00
2016-06-04 00:20:07 +02:00
2016-07-11 15:13:36 +02:00
2016-07-05 23:02:34 +02:00
2015-07-08 02:27:32 +02:00
2016-07-16 03:08:10 +02:00
2016-12-12 20:48:01 +01:00
2015-07-08 02:27:32 +02:00
2016-10-12 21:44:04 +02:00
2016-11-11 23:23:02 +01:00
2016-01-04 22:10:30 +01:00
2016-09-21 21:18:40 +02:00
2016-12-24 11:46:01 -08:00
2016-12-26 23:21:56 +01:00
2016-12-24 11:46:01 -08:00
2016-03-09 23:46:07 +01:00
2016-11-16 23:01:29 +01:00
2016-12-22 14:34:24 +01:00
2016-08-31 01:06:20 +02:00
2015-07-08 02:27:32 +02:00
2015-07-08 02:27:32 +02:00
2016-12-12 23:52:34 +01:00
2015-08-07 02:55:18 +02:00
2016-05-20 15:54:01 +02:00
2016-11-24 02:43:47 +01:00
2016-07-16 03:08:08 +02:00
2016-03-09 23:26:15 +01:00
2016-10-10 02:22:20 +02:00
2016-10-27 16:16:09 -04:00
2016-05-09 22:59:25 +02:00
2016-10-10 02:20:43 +02:00
2017-01-02 22:21:59 +01:00
2016-01-01 03:20:25 +01:00
2015-07-08 02:27:32 +02:00
2016-12-26 23:16:39 +01:00
2016-08-18 11:45:19 +02:00
2016-12-14 11:12:25 -08:00
2016-10-03 20:11:49 -07:00
2016-12-15 11:32:32 +01:00
2016-05-05 00:13:53 +02:00
2016-12-24 11:46:01 -08:00
2016-09-10 02:50:50 +02:00
2016-10-24 14:18:14 +02:00
2016-12-06 13:45:50 -06:00
2016-08-18 11:45:18 +02:00
2016-07-16 03:05:29 +02:00
2015-09-01 03:38:43 +02:00
2016-12-24 11:46:01 -08:00
2016-12-21 02:36:38 +01:00
2016-10-03 19:43:08 -07:00
2016-12-09 21:23:21 +01:00
2017-02-04 00:05:29 +01:00
2016-12-24 11:46:01 -08:00
2016-12-24 11:46:01 -08:00
2016-11-24 02:43:47 +01:00
2016-12-01 14:59:32 -06:00
2016-01-04 22:14:27 +01:00
2015-11-16 23:26:45 +01:00
2016-12-26 23:16:39 +01:00
2017-01-27 00:08:59 +01:00
2016-01-04 22:05:20 +01:00
2016-12-21 02:36:38 +01:00
2016-12-26 23:16:39 +01:00
2016-12-21 02:36:38 +01:00
2016-12-24 11:46:01 -08:00
2016-07-19 12:32:39 -07:00
2017-01-25 14:04:13 +01:00