diff options
author | Karsten Keil <kkeil@suse.de> | 2009-01-11 17:58:13 +0100 |
---|---|---|
committer | Karsten Keil <kkeil@suse.de> | 2009-01-11 17:58:13 +0100 |
commit | 9785a8f8db3df0605fa680f44185957aff9d8776 (patch) | |
tree | def9e046ee3e18f30f5fbbc5936957a69803c5b5 /drivers/isdn | |
parent | 57de16e612d63138bd2c618449af9d8312466e25 (diff) | |
download | linux-9785a8f8db3df0605fa680f44185957aff9d8776.tar.bz2 |
Make parameter debug writable
Overseen in the last patch series.
Signed-off-by: Karsten Keil <kkeil@suse.de>
Diffstat (limited to 'drivers/isdn')
-rw-r--r-- | drivers/isdn/hardware/mISDN/hfcpci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/hardware/mISDN/hfcpci.c b/drivers/isdn/hardware/mISDN/hfcpci.c index 917bf41a293b..f0e14dfcf71d 100644 --- 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 { |