mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-01 00:36:40 +09:00
staging: rtl8188eu: remove unnecessary braces from if/else
Removed unnecessary braces for single blocks. Signed-off-by: Hugo Lange <hugolange7000@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
74a6565f37
commit
df9ce52c8a
@@ -394,11 +394,11 @@ static void ODM_PhyStatusQuery_92CSeries(struct odm_dm_struct *dm_odm,
|
||||
{
|
||||
odm_RxPhyStatus92CSeries_Parsing(dm_odm, pPhyInfo, pPhyStatus,
|
||||
pPktinfo);
|
||||
if (dm_odm->RSSI_test) {
|
||||
if (dm_odm->RSSI_test)
|
||||
;/* Select the packets to do RSSI checking for antenna switching. */
|
||||
} else {
|
||||
else
|
||||
odm_Process_RSSIForDM(dm_odm, pPhyInfo, pPktinfo);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
void ODM_PhyStatusQuery(struct odm_dm_struct *dm_odm,
|
||||
|
||||
Reference in New Issue
Block a user