Message ID | 20160802105142.29147-1-baolex.ni@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/drivers/hid/i2c-hid/i2c-hid.c b/drivers/hid/i2c-hid/i2c-hid.c index 2e021ba..316d995 100644 --- a/drivers/hid/i2c-hid/i2c-hid.c +++ b/drivers/hid/i2c-hid/i2c-hid.c @@ -51,7 +51,7 @@ /* debug option */ static bool debug; -module_param(debug, bool, 0444); +module_param(debug, bool, S_IRUSR | S_IRGRP | S_IROTH); MODULE_PARM_DESC(debug, "print a lot of debug information"); #define i2c_hid_dbg(ihid, fmt, arg...) \