Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1711404
| From | John Stultz <john.stultz@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] selftests: timers: freq-step: fix compile error |
| Date | 2017-08-14 22:20 +0200 |
| Message-ID | <ueu0a-dy-3@gated-at.bofh.it> (permalink) |
| References | <ucHkT-4V7-69@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, Aug 9, 2017 at 3:05 PM, Shuah Khan <shuahkh@osg.samsung.com> 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 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> Acked-by: John Stultz <john.stultz@linaro.org> This is a build regression in 4.13-rc so should go-to Linus promptly. (Shuah: Let me know if you want me to send this in via Thomas, or you want to send it in directly) thanks -john
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH] selftests: timers: freq-step: fix compile error John Stultz <john.stultz@linaro.org> - 2017-08-14 22:20 +0200
csiph-web