]> git.baikalelectronics.ru Git - kernel.git/commit
cpufreq: maple: Remove redundant code from maple_cpufreq_init()
authorViresh Kumar <viresh.kumar@linaro.org>
Mon, 8 Apr 2019 10:16:10 +0000 (15:46 +0530)
committerViresh Kumar <viresh.kumar@linaro.org>
Mon, 8 Apr 2019 10:45:10 +0000 (16:15 +0530)
commitff5870eed474d3b81466f2ad710d669ebc0a9978
tree7320cd58ed269ba06cb2cc4efde9bba43ede41ee
parent5739af7c8f5c784e1ab55a27876a2c7352fbf2e6
cpufreq: maple: Remove redundant code from maple_cpufreq_init()

The success path and error path both look the same, don't duplicate the
code.

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