]> Gentwo Git Trees - linux/.git/commit
selftests: timers: clocksource-switch: Adapt progress to kselftest framework
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 12 Dec 2024 09:02:56 +0000 (10:02 +0100)
committerShuah Khan <skhan@linuxfoundation.org>
Wed, 15 Jan 2025 00:06:31 +0000 (17:06 -0700)
commit8694e6a7f7dba23d3abd9f5a96f64d161704c7b1
tree7c4d9c5c690987684113e07833cc5251f164c14a
parentd54d3f69b7a13f193fd537c60b0184aefc35bc24
selftests: timers: clocksource-switch: Adapt progress to kselftest framework

When adapting the test to the kselftest framework, a few printf() calls
indicating test progress were not updated.

Fix this by replacing these printf() calls by ksft_print_msg() calls.

Link: https://lore.kernel.org/r/7dd4b9ab6e43268846e250878ebf25ae6d3d01ce.1733994134.git.geert+renesas@glider.be
Fixes: ce7d101750ff ("selftests: timers: clocksource-switch: adapt to kselftest framework")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/timers/clocksource-switch.c