mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 07:30:06 -04:00
staging: r8188eu: remove unnecessary return
Remove a return statement at the end of a function. Signed-off-by: Martin Kaiser <martin@kaiser.cx> Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> # Edimax N150 Link: https://lore.kernel.org/r/20221024081417.66441-16-martin@kaiser.cx Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
3cf90ead51
commit
cb2cff04d0
@@ -852,10 +852,8 @@ static void OnAuthClient(struct adapter *padapter, struct recv_frame *precv_fram
|
||||
return;
|
||||
}
|
||||
|
||||
if (go2asoc) {
|
||||
if (go2asoc)
|
||||
start_clnt_assoc(padapter);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
static void UpdateBrateTbl(u8 *mbrate)
|
||||
|
||||
Reference in New Issue
Block a user