staging: r8188eu: Remove unnecessary parentheses
[linux-2.6-microblaze.git] / drivers / staging / r8188eu / core / rtw_pwrctrl.c
index 2c029f8..967c962 100644 (file)
@@ -218,7 +218,7 @@ void rtw_set_rpwm(struct adapter *padapter, u8 pslv)
                        pslv = PS_STATE_S3;
        }
 
-       if ((pwrpriv->rpwm == pslv))
+       if (pwrpriv->rpwm == pslv)
                return;
 
        if ((padapter->bSurpriseRemoved) ||