diff options
| author | Eric W. Biederman <[email protected]> | 2021-10-20 17:44:05 +0000 |
|---|---|---|
| committer | Eric W. Biederman <[email protected]> | 2021-10-29 19:31:34 +0000 |
| commit | 99d7ef1e4792de3d8658f967539bdc6df2b03fa4 (patch) | |
| tree | 96b8ccd3beecad04094c42d40b4ea0518d4d6517 /drivers/fpga/fpga-mgr.c | |
| parent | exit/rtl8723bs: Replace the macro thread_exit with a simple return 0 (diff) | |
| download | kernel-99d7ef1e4792de3d8658f967539bdc6df2b03fa4.tar.gz kernel-99d7ef1e4792de3d8658f967539bdc6df2b03fa4.zip | |
exit/rtl8712: Replace the macro thread_exit with a simple return 0
The macro 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 cmd_thread return instead of calling complete_and_exit.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Eric W. Biederman <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-mgr.c')
0 files changed, 0 insertions, 0 deletions
