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

Commit 0302f12e authored by Tony Breeds's avatar Tony Breeds Committed by Paul Mackerras
Browse files

[POWERPC] Demote clockevent printk to KERN_DEBUG



These don't need to be seen by everyone on every boot.

Signed-off-by: default avatarTony Breeds <tony@bakeyournoodle.com>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 9bafbb0c
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_INFO "clockevent: %s mult[%lx] shift[%d] cpu[%d]\n",
	printk(KERN_DEBUG "clockevent: %s mult[%lx] shift[%d] cpu[%d]\n",
	       dec->name, dec->mult, dec->shift, cpu);

	clockevents_register_device(dec);