From b9300bc66dfe8f28fb888cf280698abf451bcee4 Mon Sep 17 00:00:00 2001 From: agx Date: Fri, 4 Aug 2006 20:19:12 +0000 Subject: Make the debug parameter writeable from sysfs: this allows us to change debug settings without module reloading --- at76c503.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3