]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
cpufreq: Tegra: drop wrapper around tegra_update_cpu_speed()
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 15 May 2014 05:51:19 +0000 (11:21 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 16 May 2014 23:38:31 +0000 (01:38 +0200)
commite7b453d3dd5f251f13bf4670037af70bf611d0cb
tree43e0540e08ec6ef3788bb190eebc39905f84b7b3
parent5ee73ebe098206a5b5d9b1c492e70fd80413c1ac
cpufreq: Tegra: drop wrapper around tegra_update_cpu_speed()

Tegra has implemented an unnecessary wrapper over tegra_update_cpu_speed(), i.e.
tegra_target(), which wasn't doing anything apart of calling
tegra_update_cpu_speed(). Get rid of that and use tegra_target() directly.

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