mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
staging: rtl8723bs: remove redundant return in report_join_res()
The return statement at the end of this void function is redundant and can be removed. No functional change. Signed-off-by: Hungyu Lin <dennylin0707@gmail.com> Reviewed-by: Luka Gejak <luka.gejak@linux.dev> Reviewed-by: Ethan Tidmore <ethantidmore06@gmail.com> Link: https://patch.msgid.link/20260404110311.10917-1-dennylin0707@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b5eb6736f9
commit
69c07e2a4f
|
|
@ -4498,9 +4498,6 @@ void report_join_res(struct adapter *padapter, int res)
|
|||
|
||||
|
||||
rtw_enqueue_cmd(pcmdpriv, pcmd_obj);
|
||||
|
||||
return;
|
||||
|
||||
}
|
||||
|
||||
void report_wmm_edca_update(struct adapter *padapter)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user