Commit 188f7b8
committed
clocksource: Use pr_info() for "Checking clocksource synchronization" message
JIRA: https://issues.redhat.com/browse/RHEL-76143
Upstream Status: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git
commit 1f56684
Author: Waiman Long <longman@redhat.com>
Date: Fri, 24 Jan 2025 20:54:41 -0500
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
Signed-off-by: Waiman Long <longman@redhat.com>1 parent 64e753d commit 188f7b8
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
363 | | - | |
| 363 | + | |
| 364 | + | |
364 | 365 | | |
365 | 366 | | |
366 | 367 | | |
| |||
0 commit comments