summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8712/rtl8712_cmd.c
diff options
context:
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2021-10-20 12:44:04 -0500
committerEric W. Biederman <ebiederm@xmission.com>2021-10-29 14:31:34 -0500
commit501c88722797a1923145658cce85fb3661121832 (patch)
tree7515283e884467e34979f413a0cb2618765f2c77 /drivers/staging/rtl8712/rtl8712_cmd.c
parent695dd0d634df8903e5ead8aa08d326f63b23368a (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 'drivers/staging/rtl8712/rtl8712_cmd.c')
0 files changed, 0 insertions, 0 deletions