Staging: drivers: rtl8188eu: fixed newlines style
Fixed coding style issue Signed-off-by: Jacky Boen <aqiank@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
637642e2a3
commit
99f8adc450
|
@ -685,11 +685,9 @@ static u32 rtl8188eu_hal_init(struct adapter *Adapter)
|
||||||
|
|
||||||
#define HAL_INIT_PROFILE_TAG(stage) do {} while (0)
|
#define HAL_INIT_PROFILE_TAG(stage) do {} while (0)
|
||||||
|
|
||||||
|
|
||||||
HAL_INIT_PROFILE_TAG(HAL_INIT_STAGES_BEGIN);
|
HAL_INIT_PROFILE_TAG(HAL_INIT_STAGES_BEGIN);
|
||||||
|
|
||||||
if (Adapter->pwrctrlpriv.bkeepfwalive) {
|
if (Adapter->pwrctrlpriv.bkeepfwalive) {
|
||||||
|
|
||||||
if (haldata->odmpriv.RFCalibrateInfo.bIQKInitialized) {
|
if (haldata->odmpriv.RFCalibrateInfo.bIQKInitialized) {
|
||||||
rtl88eu_phy_iq_calibrate(Adapter, true);
|
rtl88eu_phy_iq_calibrate(Adapter, true);
|
||||||
} else {
|
} else {
|
||||||
|
@ -903,7 +901,6 @@ HAL_INIT_PROFILE_TAG(HAL_INIT_STAGES_END);
|
||||||
DBG_88E("%s in %dms\n", __func__,
|
DBG_88E("%s in %dms\n", __func__,
|
||||||
jiffies_to_msecs(jiffies - init_start_time));
|
jiffies_to_msecs(jiffies - init_start_time));
|
||||||
|
|
||||||
|
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -966,6 +963,7 @@ static void CardDisableRTL8188EU(struct adapter *Adapter)
|
||||||
haldata->bMacPwrCtrlOn = false;
|
haldata->bMacPwrCtrlOn = false;
|
||||||
Adapter->bFWReady = false;
|
Adapter->bFWReady = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void rtl8192cu_hw_power_down(struct adapter *adapt)
|
static void rtl8192cu_hw_power_down(struct adapter *adapt)
|
||||||
{
|
{
|
||||||
/* 2010/-8/09 MH For power down module, we need to enable register block contrl reg at 0x1c. */
|
/* 2010/-8/09 MH For power down module, we need to enable register block contrl reg at 0x1c. */
|
||||||
|
@ -978,7 +976,6 @@ static void rtl8192cu_hw_power_down(struct adapter *adapt)
|
||||||
|
|
||||||
static u32 rtl8188eu_hal_deinit(struct adapter *Adapter)
|
static u32 rtl8188eu_hal_deinit(struct adapter *Adapter)
|
||||||
{
|
{
|
||||||
|
|
||||||
DBG_88E("==> %s\n", __func__);
|
DBG_88E("==> %s\n", __func__);
|
||||||
|
|
||||||
usb_write32(Adapter, REG_HIMR_88E, IMR_DISABLED_88E);
|
usb_write32(Adapter, REG_HIMR_88E, IMR_DISABLED_88E);
|
||||||
|
@ -1114,7 +1111,6 @@ readAdapterInfo_8188EU(
|
||||||
Hal_ReadAntennaDiversity88E(adapt, eeprom->efuse_eeprom_data, eeprom->bautoload_fail_flag);
|
Hal_ReadAntennaDiversity88E(adapt, eeprom->efuse_eeprom_data, eeprom->bautoload_fail_flag);
|
||||||
Hal_EfuseParseBoardType88E(adapt, eeprom->efuse_eeprom_data, eeprom->bautoload_fail_flag);
|
Hal_EfuseParseBoardType88E(adapt, eeprom->efuse_eeprom_data, eeprom->bautoload_fail_flag);
|
||||||
Hal_ReadThermalMeter_88E(adapt, eeprom->efuse_eeprom_data, eeprom->bautoload_fail_flag);
|
Hal_ReadThermalMeter_88E(adapt, eeprom->efuse_eeprom_data, eeprom->bautoload_fail_flag);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void _ReadPROMContent(
|
static void _ReadPROMContent(
|
||||||
|
@ -1853,7 +1849,6 @@ static void GetHwReg8188EU(struct adapter *Adapter, u8 variable, u8 *val)
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* */
|
/* */
|
||||||
|
|
Loading…
Reference in New Issue