mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
isdn: make capidrv module parameter "debugmode" writeable
Being able to change the debugmode module parameter of capidrv on the fly is quite useful for debugging and doesn't do any harm. Signed-off-by: Tilman Schmidt <tilman@imap.cc> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
e48470217d
commit
9803f79695
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ static int debugmode = 0;
|
|||
MODULE_DESCRIPTION("CAPI4Linux: Interface to ISDN4Linux");
|
||||
MODULE_AUTHOR("Carsten Paeth");
|
||||
MODULE_LICENSE("GPL");
|
||||
module_param(debugmode, uint, 0);
|
||||
module_param(debugmode, uint, S_IRUGO|S_IWUSR);
|
||||
|
||||
/* -------- type definitions ----------------------------------------- */
|
||||
|
||||
|
|
Loading…
Reference in a new issue