Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1281c8be authored by Anton Blanchard's avatar Anton Blanchard Committed by Paul Mackerras
Browse files

[POWERPC] Quieten clockevent printk



The clockevent bootup message only needs to be KERN_INFO.

Signed-off-by: default avatarAnton Blanchard <anton@samba.org>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 309a1092
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -829,7 +829,7 @@ static void register_decrementer_clockevent(int cpu)
	*dec = decrementer_clockevent;
	dec->cpumask = cpumask_of_cpu(cpu);

	printk(KERN_ERR "clockevent: %s mult[%lx] shift[%d] cpu[%d]\n",
	printk(KERN_INFO "clockevent: %s mult[%lx] shift[%d] cpu[%d]\n",
	       dec->name, dec->mult, dec->shift, cpu);

	clockevents_register_device(dec);