mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
Staging: rtl8723au: Remove return in void function
WARNING: void function return statements are not generally useful Remove return in void function. That was found by running checkpatch. Signed-off-by: Melike Yurtoglu <aysemelikeyurtoglu@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
91701e4426
commit
62e9a35ffa
@@ -236,8 +236,6 @@ void HalSetBrateCfg23a(struct rtw_adapter *padapter, u8 *mBratesOS)
|
||||
}
|
||||
/* Ziv - Check */
|
||||
rtl8723au_write8(padapter, REG_INIRTS_RATE_SEL, rate_index);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
static void _OneOutPipeMapping(struct rtw_adapter *pAdapter)
|
||||
|
||||
Reference in New Issue
Block a user