Commit b8780779 authored by Martin Karamihov's avatar Martin Karamihov Committed by Greg Kroah-Hartman

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: default avatarMartin Karamihov <martinowar@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5f50ca98
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment