Commit e289fd97 authored by Paul Mundt's avatar Paul Mundt

serial: sh-sci: Tidy cpufreq printk.

This was a bit more verbose than it needed to be.
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent d3428e91
...@@ -1432,7 +1432,7 @@ static int __devinit sci_probe(struct platform_device *dev) ...@@ -1432,7 +1432,7 @@ static int __devinit sci_probe(struct platform_device *dev)
#ifdef CONFIG_CPU_FREQ #ifdef CONFIG_CPU_FREQ
cpufreq_register_notifier(&sci_nb, CPUFREQ_TRANSITION_NOTIFIER); cpufreq_register_notifier(&sci_nb, CPUFREQ_TRANSITION_NOTIFIER);
dev_info(&dev->dev, "sci: CPU frequency notifier registered\n"); dev_info(&dev->dev, "CPU frequency notifier registered\n");
#endif #endif
#ifdef CONFIG_SH_STANDARD_BIOS #ifdef CONFIG_SH_STANDARD_BIOS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment