]> git.baikalelectronics.ru Git - kernel.git/commit
selftests: timers: freq-step: fix compile error
authorShuah Khan <shuahkh@osg.samsung.com>
Wed, 9 Aug 2017 21:59:10 +0000 (15:59 -0600)
committerShuah Khan <shuahkh@osg.samsung.com>
Fri, 11 Aug 2017 15:28:37 +0000 (09:28 -0600)
commit6f5ffae6cf7ad6cd9535d5ef49f14e07636a3338
tree5270954f1ef42383c4ce46f239554d2826559397
parentfdfb405a671ce64c034026bfe0d005833d9b6d20
selftests: timers: freq-step: fix compile error

Fix compile error due to ksft_exit_skip() update to take var_args.

freq-step.c: In function ‘init_test’:
freq-step.c:234:3: error: too few arguments to function ‘ksft_exit_skip’
   ksft_exit_skip();
   ^~~~~~~~~~~~~~
In file included from freq-step.c:26:0:
../kselftest.h:167:19: note: declared here
 static inline int ksft_exit_skip(const char *msg, ...)
                   ^~~~~~~~~~~~~~
<builtin>: recipe for target 'freq-step' failed

Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
tools/testing/selftests/timers/freq-step.c