projects
/
profile
/
common
/
kernel-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57de16e
)
Make parameter debug writable
author
Karsten Keil
<kkeil@suse.de>
Sun, 11 Jan 2009 16:58:13 +0000
(17:58 +0100)
committer
Karsten Keil
<kkeil@suse.de>
Sun, 11 Jan 2009 16:58:13 +0000
(17:58 +0100)
Overseen in the last patch series.
Signed-off-by: Karsten Keil <kkeil@suse.de>
drivers/isdn/hardware/mISDN/hfcpci.c
patch
|
blob
|
history
diff --git
a/drivers/isdn/hardware/mISDN/hfcpci.c
b/drivers/isdn/hardware/mISDN/hfcpci.c
index
917bf41
..
f0e14df
100644
(file)
--- a/
drivers/isdn/hardware/mISDN/hfcpci.c
+++ b/
drivers/isdn/hardware/mISDN/hfcpci.c
@@
-61,7
+61,7
@@
u32 hfc_jiffies;
MODULE_AUTHOR("Karsten Keil");
MODULE_LICENSE("GPL");
-module_param(debug, uint,
0
);
+module_param(debug, uint,
S_IRUGO | S_IWUSR
);
module_param(poll, uint, S_IRUGO | S_IWUSR);
enum {