From: Hungyu Lin Date: Sat, 4 Apr 2026 11:03:11 +0000 (+0000) Subject: staging: rtl8723bs: remove redundant return in report_join_res() X-Git-Tag: v7.2-rc1~66^2~160 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=69c07e2a4fced90b15a6fba1006b743fd348b4d3;p=thirdparty%2Fkernel%2Flinux.git 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 Reviewed-by: Luka Gejak Reviewed-by: Ethan Tidmore Link: https://patch.msgid.link/20260404110311.10917-1-dennylin0707@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8723bs/core/rtw_mlme_ext.c b/drivers/staging/rtl8723bs/core/rtw_mlme_ext.c index 21ff01482b480..7d3b0d22943a5 100644 --- a/drivers/staging/rtl8723bs/core/rtw_mlme_ext.c +++ b/drivers/staging/rtl8723bs/core/rtw_mlme_ext.c @@ -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)