Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111935
b: refs/heads/master
c: fdd1097
h: refs/heads/master
i:
  111933: 41c9ae3
  111931: d9e73c8
  111927: f4df441
  111919: ba8c352
  111903: 74fd970
  111871: 89e0241
v: v3
  • Loading branch information
Larry Finger authored and John W. Linville committed Sep 24, 2008
1 parent 869274e commit 625964b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e07aa3783e9f66b03d72e7afd9f709d7f7059662
refs/heads/master: fdd1097488e3c1278996bd7c73d8429d410e725a
5 changes: 5 additions & 0 deletions trunk/drivers/net/wireless/b43/rfkill.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,11 @@ void b43_rfkill_init(struct b43_wldev *dev)
"The built-in radio LED will not work.\n");
#endif /* CONFIG_RFKILL_INPUT */

#if !defined(CONFIG_RFKILL_INPUT) && !defined(CONFIG_RFKILL_INPUT_MODULE)
b43warn(wl, "The rfkill-input subsystem is not available. "
"The built-in radio LED will not work.\n");
#endif

err = input_register_polled_device(rfk->poll_dev);
if (err)
goto err_unreg_rfk;
Expand Down

0 comments on commit 625964b

Please sign in to comment.