]> www.infradead.org Git - users/jedix/linux-maple.git/commit
clocksource: Use pr_info() for "Checking clocksource synchronization" message
authorWaiman Long <longman@redhat.com>
Sat, 25 Jan 2025 01:54:41 +0000 (20:54 -0500)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 27 Jan 2025 09:30:59 +0000 (10:30 +0100)
commit1f566840a82982141f94086061927a90e79440e5
tree1bba5c1c0f32be2d49d9c15b2d08f593d5cebcf7
parent53dac345395c0d2493cbc2f4c85fe38aef5b63f5
clocksource: Use pr_info() for "Checking clocksource synchronization" message

The "Checking clocksource synchronization" message is normally printed
when clocksource_verify_percpu() is called for a given clocksource if
both the CLOCK_SOURCE_UNSTABLE and CLOCK_SOURCE_VERIFY_PERCPU flags
are set.

It is an informational message and so pr_info() is the correct choice.

Signed-off-by: Waiman Long <longman@redhat.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Paul E. McKenney <paulmck@kernel.org>
Acked-by: John Stultz <jstultz@google.com>
Link: https://lore.kernel.org/all/20250125015442.3740588-1-longman@redhat.com
kernel/time/clocksource.c