Commit 9785a8f8 authored by Karsten Keil's avatar Karsten Keil

Make parameter debug writable

Overseen in the last patch series.
Signed-off-by: default avatarKarsten Keil <kkeil@suse.de>
parent 57de16e6
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment