From: Larry Finger Date: Fri, 20 Dec 2013 04:38:33 +0000 (-0600) Subject: staging: r8188eu: Remove pointless thread_exit macro X-Git-Tag: v3.14-rc1~150^2~227 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfa5e81e59d95ea3ec1a3fc227165715b5f6f406;p=pandora-kernel.git staging: r8188eu: Remove pointless thread_exit macro Signed-off-by: Larry Finger Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8188eu/core/rtw_cmd.c b/drivers/staging/rtl8188eu/core/rtw_cmd.c index f45f4eddb741..3e2d98022f64 100644 --- a/drivers/staging/rtl8188eu/core/rtw_cmd.c +++ b/drivers/staging/rtl8188eu/core/rtw_cmd.c @@ -420,7 +420,7 @@ post_process: _func_exit_; - thread_exit(); + complete_and_exit(NULL, 0); } u8 rtw_setstandby_cmd(struct adapter *padapter, uint action) Reading git-diff-tree failed