mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 21:44:23 -04:00
staging: rtl8712: rtl8712_led.c: remove unnecessary parentheses
Fix unnecessary parentheses issue. Signed-off-by: Payal Kshirsagar <payal.s.kshirsagar.98@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
447da755b8
commit
a936ac3add
@@ -419,7 +419,7 @@ static void SwLedBlink1(struct LED_871x *pLed)
|
||||
static void SwLedBlink2(struct LED_871x *pLed)
|
||||
{
|
||||
struct _adapter *padapter = pLed->padapter;
|
||||
struct mlme_priv *pmlmepriv = &(padapter->mlmepriv);
|
||||
struct mlme_priv *pmlmepriv = &padapter->mlmepriv;
|
||||
u8 bStopBlinking = false;
|
||||
|
||||
/* Change LED according to BlinkingLedState specified. */
|
||||
|
||||
Reference in New Issue
Block a user