aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragx <agx>2006-08-04 20:19:12 +0000
committeragx <agx>2006-08-04 20:19:12 +0000
commitb9300bc66dfe8f28fb888cf280698abf451bcee4 (patch)
tree8795abd668ef81847625c44903cf62be5de0bcb6
parent7d7d60ea1472799f066d832deeef69f521075b51 (diff)
Make the debug parameter writeable from sysfs:
this allows us to change debug settings without module reloading
-rw-r--r--at76c503.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/at76c503.c b/at76c503.c
index cd20a2b..8d20a52 100644
--- a/at76c503.c
+++ b/at76c503.c
@@ -159,7 +159,7 @@ static unsigned long spin_l_istate_flags;
/* Module paramaters */
-module_param_named(debug, at76_debug, int, 0400);
+module_param_named(debug, at76_debug, int, 0600);
MODULE_PARM_DESC(debug, "Debugging level");
static int rx_copybreak = 200;