cpufreq: ondemand: Remove redundant return statement
authorStratos Karafotis <stratosk@semaphore.gr>
Thu, 31 Oct 2013 18:27:36 +0000 (20:27 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 31 Oct 2013 23:44:34 +0000 (00:44 +0100)
commit880eef041655b35f9aa488726ea3c4303a4f2204
tree05dcd1517c26ebbff3c6e4834e7d498679112313
parentd4019f0a92ab802f385cc9c8ad3ab7b5449712cb
cpufreq: ondemand: Remove redundant return statement

After commit dfa5bb622555 (cpufreq: ondemand: Change the calculation
of target frequency), this return statement is no longer needed.

Reported-by: Henrik Nilsson <Karl.Henrik.Nilsson@gmail.com>
Signed-off-by: Stratos Karafotis <stratosk@semaphore.gr>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/cpufreq_ondemand.c