Staging: drivers: rtl8188eu: fixed brace style
authorJacky Boen <aqiank@gmail.com>
Sun, 1 May 2016 15:50:33 +0000 (23:50 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 1 May 2016 21:34:50 +0000 (14:34 -0700)
Fixed coding style issue

Signed-off-by: Jacky Boen <aqiank@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/hal/usb_halinit.c

index 45f0ee1..f63b95e 100644 (file)
@@ -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. */