cpufreq: Don't update new_policy on failures
authorViresh Kumar <viresh.kumar@linaro.org>
Mon, 7 Jan 2019 06:58:54 +0000 (12:28 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 15 Jan 2019 21:57:04 +0000 (22:57 +0100)
commit21469df4676e89cb9fd4be489d9a2cc4af09db8c
treecdb832d0c8f8eeb27256d9d55b315e4a3b38d10e
parent1c7fc5cbc33980acd13d668f1c8f0313d6ae9fd8
cpufreq: Don't update new_policy on failures

The local variable "new_policy" hasn't been used in the error path of
cpufreq_online() since commit f9f41e3ef99a (cpufreq: Remove policy
create/remove notifiers).  Don't update it in that error path.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
[ rjw: Changelog ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/cpufreq.c