Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236895
b: refs/heads/master
c: 491bbd6
h: refs/heads/master
i:
  236893: e3dae32
  236891: bac9c12
  236887: 076c4f8
  236879: 0c71d6a
  236863: dc86abe
v: v3
  • Loading branch information
Guy Eilam authored and Luciano Coelho committed Jan 24, 2011
1 parent 9606167 commit d74924e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 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: 2d6e4e76d1e73886cb087142e70e2beaabb94b79
refs/heads/master: 491bbd6bdddafb49d0d6a9258d53441aee4bb622
5 changes: 0 additions & 5 deletions trunk/drivers/net/wireless/wl12xx/debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -402,11 +402,6 @@ static int wl1271_debugfs_add_files(struct wl1271 *wl,

DEBUGFS_ADD(gpio_power, rootdir);

entry = debugfs_create_x32("debug_level", 0600, rootdir,
&wl12xx_debug_level);
if (!entry || IS_ERR(entry))
goto err;

return 0;

err:
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/wl12xx/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3334,9 +3334,9 @@ int wl1271_free_hw(struct wl1271 *wl)
}
EXPORT_SYMBOL_GPL(wl1271_free_hw);

u32 wl12xx_debug_level;
u32 wl12xx_debug_level = DEBUG_NONE;
EXPORT_SYMBOL_GPL(wl12xx_debug_level);
module_param_named(debug_level, wl12xx_debug_level, uint, DEBUG_NONE);
module_param_named(debug_level, wl12xx_debug_level, uint, S_IRUSR | S_IWUSR);
MODULE_PARM_DESC(debug_level, "wl12xx debugging level");

MODULE_LICENSE("GPL");
Expand Down

0 comments on commit d74924e

Please sign in to comment.