Skip to content

Commit

Permalink
Make parameter debug writable
Browse files Browse the repository at this point in the history
Overseen in the last patch series.

Signed-off-by: Karsten Keil <kkeil@suse.de>
  • Loading branch information
Karsten Keil committed Jan 11, 2009
1 parent 57de16e commit 9785a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/isdn/hardware/mISDN/hfcpci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 9785a8f

Please sign in to comment.