On Thu, Feb 15 2024 at 14:28, Geert Uytterhoeven wrote:
> 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.
>
> Fixes: ce7d101750ff8450 ("selftests: timers: clocksource-switch: adapt to
> kselftest framework")
> Signed-off-by: Geert Uytterhoeven <[email protected]>Reviewed-by: Thomas Gleixner <[email protected]>
