Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299049
b: refs/heads/master
c: e2bc7c5
h: refs/heads/master
i:
  299047: f3556a6
v: v3
  • Loading branch information
Chen, Chien-Chia authored and John W. Linville committed Apr 10, 2012
1 parent 619f630 commit 5cb1108
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: 58f743ee06d400a887a3e30353c69c3151eb64df
refs/heads/master: e2bc7c5f3cb8756865aa0ab140d2288f61599dda
6 changes: 1 addition & 5 deletions trunk/drivers/net/wireless/rt2x00/rt2x00dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -1062,11 +1062,6 @@ static int rt2x00lib_initialize(struct rt2x00_dev *rt2x00dev)

set_bit(DEVICE_STATE_INITIALIZED, &rt2x00dev->flags);

/*
* Register the extra components.
*/
rt2x00rfkill_register(rt2x00dev);

return 0;
}

Expand Down Expand Up @@ -1210,6 +1205,7 @@ int rt2x00lib_probe_dev(struct rt2x00_dev *rt2x00dev)
rt2x00link_register(rt2x00dev);
rt2x00leds_register(rt2x00dev);
rt2x00debug_register(rt2x00dev);
rt2x00rfkill_register(rt2x00dev);

return 0;

Expand Down

0 comments on commit 5cb1108

Please sign in to comment.