提交 9785a8f8 编写于 作者: K Karsten Keil

Make parameter debug writable

Overseen in the last patch series.
Signed-off-by: NKarsten Keil <kkeil@suse.de>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册