mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
staging: r8188eu: remove unnecessary return
Remove the return statement at the end of the if branch. We can continue to the final return after the if-else. Signed-off-by: Martin Kaiser <[email protected]> Tested-by: Philipp Hortmann <[email protected]> # Edimax N150 Acked-by: Pavel Skripkin <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
ece8119070
commit
6325d858c4
@@ -1492,8 +1492,6 @@ unsigned int OnDeAuth(struct adapter *padapter, struct recv_frame *precv_frame)
|
||||
spin_unlock_bh(&pstapriv->asoc_list_lock);
|
||||
|
||||
associated_clients_update(padapter, updated);
|
||||
|
||||
return _SUCCESS;
|
||||
} else {
|
||||
int ignore_received_deauth = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user