Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130154
b: refs/heads/master
c: e223b6d
h: refs/heads/master
v: v3
  • Loading branch information
Rami Rosen authored and John W. Linville committed Jan 16, 2009
1 parent a481465 commit ff4fb52
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: 02e68a3da0fbdb178cdec54b7db48edeefd1691d
refs/heads/master: e223b6dc051ad030a70d5c6ed6226b95bdfc3af7
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/rt2x00/rt2x00rfkill.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ void rt2x00rfkill_allocate(struct rt2x00_dev *rt2x00dev)

void rt2x00rfkill_free(struct rt2x00_dev *rt2x00dev)
{
if (!test_bit(RFKILL_STATE_ALLOCATED, &rt2x00dev->flags))
if (!test_bit(RFKILL_STATE_ALLOCATED, &rt2x00dev->rfkill_state))
return;

cancel_delayed_work_sync(&rt2x00dev->rfkill_work);
Expand Down

0 comments on commit ff4fb52

Please sign in to comment.