mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 01:04:19 +08:00
serial: sh-sci: Tidy cpufreq printk.
This was a bit more verbose than it needed to be. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
d3428e9101
commit
e289fd972c
@ -1432,7 +1432,7 @@ static int __devinit sci_probe(struct platform_device *dev)
|
||||
|
||||
#ifdef CONFIG_CPU_FREQ
|
||||
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
|
||||
|
||||
#ifdef CONFIG_SH_STANDARD_BIOS
|
||||
|
Loading…
Reference in New Issue
Block a user