Message ID | 20160802105607.32411-1-baolex.ni@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/drivers/input/misc/keyspan_remote.c b/drivers/input/misc/keyspan_remote.c index a3fe4a9..897ff3a 100644 --- a/drivers/input/misc/keyspan_remote.c +++ b/drivers/input/misc/keyspan_remote.c @@ -24,7 +24,7 @@ /* Parameters that can be passed to the driver. */ static int debug; -module_param(debug, int, 0444); +module_param(debug, int, S_IRUSR | S_IRGRP | S_IROTH); MODULE_PARM_DESC(debug, "Enable extra debug messages and information"); /* Vendor and product ids */