Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363364
b: refs/heads/master
c: e85b315
h: refs/heads/master
v: v3
  • Loading branch information
Niklas Söderlund authored and Greg Kroah-Hartman committed Mar 11, 2013
1 parent cde9939 commit a02eaa6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: eb79b3e1f05193dcbd5aadf1b669b9ff367fd109
refs/heads/master: e85b315e2c2a2196ca15f85fa5501f55bb0a46fb
8 changes: 2 additions & 6 deletions trunk/drivers/staging/rtl8712/rtl8712_led.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,12 +267,8 @@ static void SwLedBlink(struct LED_871x *pLed)
LED_BLINK_SLOWLY_INTERVAL);
break;
case LED_BLINK_WPS:
if (pLed->BlinkingLedState == LED_ON)
_set_timer(&(pLed->BlinkTimer),
LED_BLINK_LONG_INTERVAL);
else
_set_timer(&(pLed->BlinkTimer),
LED_BLINK_LONG_INTERVAL);
_set_timer(&(pLed->BlinkTimer),
LED_BLINK_LONG_INTERVAL);
break;
default:
_set_timer(&(pLed->BlinkTimer),
Expand Down

0 comments on commit a02eaa6

Please sign in to comment.