From dd3022cec80ddf0f86cc38d071ed3801c96fccf4 Mon Sep 17 00:00:00 2001 From: Karsten Keil <kkeil@suse.de> Date: Sun, 11 Jan 2009 17:58:13 +0100 Subject: [PATCH] Make parameter debug writable Overseen in the last patch series. Signed-off-by: Karsten Keil <kkeil@suse.de> --- drivers/isdn/hardware/mISDN/hfcpci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/isdn/hardware/mISDN/hfcpci.c b/drivers/isdn/hardware/mISDN/hfcpci.c index 917bf41a293b2..f0e14dfcf71da 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 { -- 2.39.5