diff options
author | Wei Yongjun <weiyongjun1@huawei.com> | 2017-01-12 13:55:02 +0000 |
---|---|---|
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | 2017-02-15 09:02:27 -0500 |
commit | 8f0994bb8cbde5452e58ce0cacdbf6cb58079d01 (patch) | |
tree | 648f3881631818216a871711b9eb014551bccfb6 /include/linux/iio/timer/stm32-timer-trigger.h | |
parent | eb583cd484f9a76c3716c0539bd06340943eeff9 (diff) |
tracing: Fix return value check in trace_benchmark_reg()
In case of error, the function kthread_run() returns ERR_PTR() and never
returns NULL. The NULL test in the return value check should be replaced
with IS_ERR().
Link: http://lkml.kernel.org/r/20170112135502.28556-1-weiyj.lk@gmail.com
Cc: stable@vger.kernel.org
Fixes: 81dc9f0e ("tracing: Add tracepoint benchmark tracepoint")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'include/linux/iio/timer/stm32-timer-trigger.h')
0 files changed, 0 insertions, 0 deletions