summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/exynos-cpufreq.h
diff options
context:
space:
mode:
authorChanwoo Choi <cw00.choi@samsung.com>2014-04-18 11:20:33 +0900
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2014-05-01 01:00:39 +0200
commite5eaa445b0dc90d99eab6239841a982e5df2682f (patch)
tree0ec7d4de989548225dcc2185091d1e7ecd7ae339 /drivers/cpufreq/exynos-cpufreq.h
parent89d4f82aa5ccf08dc28dc8b463844e6d7eed591b (diff)
downloadop-kernel-dev-e5eaa445b0dc90d99eab6239841a982e5df2682f.zip
op-kernel-dev-e5eaa445b0dc90d99eab6239841a982e5df2682f.tar.gz
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cpufreq/exynos-cpufreq.h b/drivers/cpufreq/exynos-cpufreq.h
index 3ddade8..b72ff10 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;
OpenPOWER on IntegriCloud