diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-08-15 00:22:57 +0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-08-15 00:22:57 +0400 |
commit | 361c2cb54a5614941f5898880a4085d31da9872b (patch) | |
tree | 3c042cbcc6a654914bcd2d96294f76ecdde219ca /drivers/cpufreq/exynos-cpufreq.c | |
parent | c49a089c3eedbc4b3fa9c3d469599a6c14dea4c5 (diff) | |
parent | 45e12086263a53f16b489fc7f4f8f6348a688661 (diff) | |
download | linux-361c2cb54a5614941f5898880a4085d31da9872b.tar.xz |
Merge branch 'cpufreq-fixes' of git://git.linaro.org/people/vireshk/linux into pm-cpufreq
Pull ARM cpufreq fixes from Viresh Kumar.
* 'cpufreq-fixes' of git://git.linaro.org/people/vireshk/linux:
cpufreq: fix EXYNOS drivers selection
cpufreq: exynos5440: Fix to skip when new frequency same as current
Diffstat (limited to 'drivers/cpufreq/exynos-cpufreq.c')
-rw-r--r-- | drivers/cpufreq/exynos-cpufreq.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/cpufreq/exynos-cpufreq.c b/drivers/cpufreq/exynos-cpufreq.c index 366475161c76..0fac34439e31 100644 --- a/drivers/cpufreq/exynos-cpufreq.c +++ b/drivers/cpufreq/exynos-cpufreq.c @@ -332,7 +332,6 @@ err_cpufreq: regulator_put(arm_regulator); err_vdd_arm: kfree(exynos_info); - pr_debug("%s: failed initialization\n", __func__); return -EINVAL; } late_initcall(exynos_cpufreq_init); |