Fixed coding style issue

Signed-off-by: Jacky Boen <aqi...@gmail.com>
---
 drivers/staging/rtl8188eu/hal/usb_halinit.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/staging/rtl8188eu/hal/usb_halinit.c 
b/drivers/staging/rtl8188eu/hal/usb_halinit.c
index 58d38d6..814ecec 100644
--- a/drivers/staging/rtl8188eu/hal/usb_halinit.c
+++ b/drivers/staging/rtl8188eu/hal/usb_halinit.c
@@ -716,9 +716,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. */
-- 
2.7.4

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to