[PATCH] kselftest/timers: fix build failure

From: Santosh Sivaraj
Date: Tue Jul 25 2017 - 03:50:52 EST


"message" parameter was not passed to ksft_exit_skip.

Signed-off-by: Santosh Sivaraj <santosh@xxxxxxxxxx>
---
tools/testing/selftests/timers/freq-step.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/timers/freq-step.c b/tools/testing/selftests/timers/freq-step.c
index e8c6183..bda9744 100644
--- a/tools/testing/selftests/timers/freq-step.c
+++ b/tools/testing/selftests/timers/freq-step.c
@@ -231,7 +231,7 @@ static void init_test(void)

if (precision > MAX_PRECISION) {
printf("[SKIP]\n");
- ksft_exit_skip();
+ ksft_exit_skip("[SKIP]\n");
}

printf("[OK]\n");
--
2.9.4