Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310761
b: refs/heads/master
c: 0fde0a8
h: refs/heads/master
i:
  310759: 520c3f2
v: v3
  • Loading branch information
Stanislaw Gruszka authored and John W. Linville committed Jun 8, 2012
1 parent 048af04 commit 3bf2c0a
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: aac495a8002bbf20e879572c6cf0789ab2ffb32b
refs/heads/master: 0fde0a8cfd0ede7f310d6a681c8e5a7cb3e32406
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/rtl818x/rtl8187/leds.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ static void rtl8187_led_brightness_set(struct led_classdev *led_dev,
radio_on = true;
} else if (radio_on) {
radio_on = false;
cancel_delayed_work_sync(&priv->led_on);
cancel_delayed_work(&priv->led_on);
ieee80211_queue_delayed_work(hw, &priv->led_off, 0);
}
} else if (radio_on) {
Expand Down

0 comments on commit 3bf2c0a

Please sign in to comment.