Re: [PATCH] selftests: timers: freq-step: fix compile error

2017-08-14 Thread John Stultz
On Mon, Aug 14, 2017 at 1:17 PM, Shuah Khan wrote: > On 08/14/2017 02:12 PM, John Stultz wrote: >> On Wed, Aug 9, 2017 at 3:05 PM, Shuah Khan wrote: >>> Fix compile error due to ksft_exit_skip() update to take var_args. >>> >>> freq-step.c: In

Re: [PATCH] selftests: timers: freq-step: fix compile error

2017-08-14 Thread John Stultz
On Mon, Aug 14, 2017 at 1:17 PM, Shuah Khan wrote: > On 08/14/2017 02:12 PM, John Stultz wrote: >> On Wed, Aug 9, 2017 at 3:05 PM, Shuah Khan wrote: >>> 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:

Re: [PATCH] selftests: timers: freq-step: fix compile error

2017-08-14 Thread John Stultz
On Mon, Aug 14, 2017 at 1:17 PM, Shuah Khan wrote: > On 08/14/2017 02:12 PM, John Stultz wrote: >> On Wed, Aug 9, 2017 at 3:05 PM, Shuah Khan wrote: >>> Fix compile error due to ksft_exit_skip() update to take var_args. >>> >>> freq-step.c: In

Re: [PATCH] selftests: timers: freq-step: fix compile error

2017-08-14 Thread John Stultz
On Mon, Aug 14, 2017 at 1:17 PM, Shuah Khan wrote: > On 08/14/2017 02:12 PM, John Stultz wrote: >> On Wed, Aug 9, 2017 at 3:05 PM, Shuah Khan wrote: >>> 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:

Re: [PATCH] selftests: timers: freq-step: fix compile error

2017-08-14 Thread Shuah Khan
On 08/14/2017 02:12 PM, John Stultz wrote: > On Wed, Aug 9, 2017 at 3:05 PM, Shuah Khan wrote: >> 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

Re: [PATCH] selftests: timers: freq-step: fix compile error

2017-08-14 Thread Shuah Khan
On 08/14/2017 02:12 PM, John Stultz wrote: > On Wed, Aug 9, 2017 at 3:05 PM, Shuah Khan wrote: >> 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’ >>

Re: [PATCH] selftests: timers: freq-step: fix compile error

2017-08-14 Thread John Stultz
On Wed, Aug 9, 2017 at 3:05 PM, Shuah Khan wrote: > 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(); >

Re: [PATCH] selftests: timers: freq-step: fix compile error

2017-08-14 Thread John Stultz
On Wed, Aug 9, 2017 at 3:05 PM, Shuah Khan wrote: > 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

[PATCH] selftests: timers: freq-step: fix compile error

2017-08-09 Thread Shuah Khan
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

[PATCH] selftests: timers: freq-step: fix compile error

2017-08-09 Thread Shuah Khan
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