Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a48d498b authored by Jacky Boen's avatar Jacky Boen Committed by Greg Kroah-Hartman
Browse files

Staging: drivers: rtl8188eu: fixed brace style



Fixed coding style issue

Signed-off-by: default avatarJacky Boen <aqiank@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 99f8adc4
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -711,9 +711,8 @@ static u32 rtl8188eu_hal_init(struct adapter *Adapter)
	/*  Save target channel */
	haldata->CurrentChannel = 6;/* default set to 6 */

	if (pwrctrlpriv->reg_rfoff) {
	if (pwrctrlpriv->reg_rfoff)
		pwrctrlpriv->rf_pwrstate = rf_off;
	}

	/*  2010/08/09 MH We need to check if we need to turnon or off RF after detecting */
	/*  HW GPIO pin. Before PHY_RFConfig8192C. */