diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2021-10-20 12:44:04 -0500 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2021-10-29 14:31:34 -0500 |
commit | 501c88722797a1923145658cce85fb3661121832 (patch) | |
tree | 7515283e884467e34979f413a0cb2618765f2c77 /lib/test_fortify/write_overflow-memmove.c | |
parent | 695dd0d634df8903e5ead8aa08d326f63b23368a (diff) |
exit/rtl8723bs: Replace the macro thread_exit with a simple return 0
Every place thread_exit is called is at the end of a function started
with kthread_run. The code in kthread_run has arranged things so a
kernel thread can just return and do_exit will be called.
So just have the threads return instead of calling complete_and_exit.
Link: https://lkml.kernel.org/r/20211020174406.17889-18-ebiederm@xmission.com
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Diffstat (limited to 'lib/test_fortify/write_overflow-memmove.c')
0 files changed, 0 insertions, 0 deletions