commit | c1d1090c3c7674c965552e22a65b29423aa4f090 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Mon Apr 08 15:46:10 2019 +0530 |
committer | Viresh Kumar <viresh.kumar@linaro.org> | Mon Apr 08 16:15:10 2019 +0530 |
tree | 7320cd58ed269ba06cb2cc4efde9bba43ede41ee | |
parent | 233298032803f2802fe99892d0de4ab653bfece4 [diff] |
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>