Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79038
b: refs/heads/master
c: b3a78b4
h: refs/heads/master
v: v3
  • Loading branch information
Ivo van Doorn authored and David S. Miller committed Jan 28, 2008
1 parent f9345e5 commit 70c3f53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 6f8a4da17ea2c8467f88a586ae1d6fcfe2c66222
refs/heads/master: b3a78b4e2a4ee7a06861e012d95acea513384001
4 changes: 0 additions & 4 deletions trunk/drivers/net/wireless/rt2x00/rt2x00rfkill.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,6 @@ int rt2x00rfkill_allocate(struct rt2x00_dev *rt2x00dev)

return 0;

exit_free_polldev:
input_free_polled_device(rt2x00dev->poll_dev);

exit_free_rfkill:
rfkill_free(rt2x00dev->rfkill);

Expand All @@ -163,7 +160,6 @@ void rt2x00rfkill_free(struct rt2x00_dev *rt2x00dev)
if (!test_bit(CONFIG_SUPPORT_HW_BUTTON, &rt2x00dev->flags))
return;

input_free_device(rt2x00dev->poll_dev->input);
input_free_polled_device(rt2x00dev->poll_dev);
rfkill_free(rt2x00dev->rfkill);
}

0 comments on commit 70c3f53

Please sign in to comment.