2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-10 14:43:54 +08:00

staging: rtl8188eu: remove not necessary braces {} (checkpatch fix)

This is checkpatch fix for hal/bb_cfg.c file:
remove not necessary braces {}

Signed-off-by: Martin Karamihov <martinowar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Martin Karamihov 2017-01-31 21:24:56 +02:00 committed by Greg Kroah-Hartman
parent 5f50ca98af
commit b878077905

View File

@ -534,9 +534,8 @@ static void store_pwrindex_offset(struct adapter *adapter,
power_level_offset[11] = data;
if (regaddr == rTxAGC_B_Mcs11_Mcs08)
power_level_offset[12] = data;
if (regaddr == rTxAGC_B_Mcs15_Mcs12) {
if (regaddr == rTxAGC_B_Mcs15_Mcs12)
power_level_offset[13] = data;
}
}
static void rtl_addr_delay(struct adapter *adapt,