Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268286
b: refs/heads/master
c: 99f5ff3
h: refs/heads/master
v: v3
  • Loading branch information
Ali Bahar authored and Greg Kroah-Hartman committed Sep 7, 2011
1 parent 4b0eea4 commit d00dde1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 7568ac94fa4e776a69603916b759d341d98423d9
refs/heads/master: 99f5ff39d24915533d5bcf557e75116c706bd6dd
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rtl8712/rtl8712_led.c
Original file line number Diff line number Diff line change
Expand Up @@ -1786,7 +1786,7 @@ void LedControl871x(struct _adapter *padapter, enum LED_CTL_MODE LedAction)
{
struct led_priv *ledpriv = &(padapter->ledpriv);

if (ledpriv == NULL || ledpriv->bRegUseLed == false)
if (ledpriv->bRegUseLed == false)
return;
switch (ledpriv->LedStrategy) {
case SW_LED_MODE0:
Expand Down

0 comments on commit d00dde1

Please sign in to comment.