Message ID | 20160802105618.32547-1-baolex.ni@intel.com (mailing list archive) |
---|---|
State | Rejected |
Headers | show |
diff --git a/drivers/input/mouse/bcm5974.c b/drivers/input/mouse/bcm5974.c index 30e3442..caa8bf9 100644 --- a/drivers/input/mouse/bcm5974.c +++ b/drivers/input/mouse/bcm5974.c @@ -174,7 +174,7 @@ MODULE_LICENSE("GPL"); { if (debug >= level) printk(KERN_DEBUG format, ##a); } static int debug = 1; -module_param(debug, int, 0644); +module_param(debug, int, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); MODULE_PARM_DESC(debug, "Activate debugging output"); /* button data structure */