diff options
Diffstat (limited to 'arch/arm/plat-mxc/cpufreq.c')
-rw-r--r-- | arch/arm/plat-mxc/cpufreq.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/plat-mxc/cpufreq.c b/arch/arm/plat-mxc/cpufreq.c index 4268a2bdf145..74aac96cda20 100644 --- a/arch/arm/plat-mxc/cpufreq.c +++ b/arch/arm/plat-mxc/cpufreq.c | |||
@@ -153,8 +153,8 @@ static int __init mxc_cpufreq_init(struct cpufreq_policy *policy) | |||
153 | ret = cpufreq_frequency_table_cpuinfo(policy, imx_freq_table); | 153 | ret = cpufreq_frequency_table_cpuinfo(policy, imx_freq_table); |
154 | 154 | ||
155 | if (ret < 0) { | 155 | if (ret < 0) { |
156 | printk(KERN_ERR "%s: failed to register i.MXC CPUfreq \ | 156 | printk(KERN_ERR "%s: failed to register i.MXC CPUfreq with error code %d\n", |
157 | with error code %d\n", __func__, ret); | 157 | __func__, ret); |
158 | goto err; | 158 | goto err; |
159 | } | 159 | } |
160 | 160 | ||