diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2014-04-18 06:20:33 +0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-05-01 03:00:39 +0400 |
commit | e5eaa445b0dc90d99eab6239841a982e5df2682f (patch) | |
tree | 0ec7d4de989548225dcc2185091d1e7ecd7ae339 /drivers/cpufreq/exynos-cpufreq.h | |
parent | 89d4f82aa5ccf08dc28dc8b463844e6d7eed591b (diff) | |
download | linux-e5eaa445b0dc90d99eab6239841a982e5df2682f.tar.xz |
cpufreq: exynos: Use dev_err/info function instead of pr_err/info
This patch uses dev_err/info function to show accurate log message
with device name instead of pr_err/info function.
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/cpufreq/exynos-cpufreq.h')
-rw-r--r-- | drivers/cpufreq/exynos-cpufreq.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cpufreq/exynos-cpufreq.h b/drivers/cpufreq/exynos-cpufreq.h index 3ddade8a5125..b72ff10a040e 100644 --- a/drivers/cpufreq/exynos-cpufreq.h +++ b/drivers/cpufreq/exynos-cpufreq.h @@ -34,6 +34,7 @@ struct apll_freq { }; struct exynos_dvfs_info { + struct device *dev; unsigned long mpll_freq_khz; unsigned int pll_safe_idx; struct clk *cpu_clk; |