Message ID | 20160802105539.32018-1-baolex.ni@intel.com (mailing list archive) |
---|---|
State | Rejected |
Headers | show |
diff --git a/drivers/input/gameport/gameport.c b/drivers/input/gameport/gameport.c index 4a2a9e3..c6767dd 100644 --- a/drivers/input/gameport/gameport.c +++ b/drivers/input/gameport/gameport.c @@ -32,7 +32,7 @@ MODULE_DESCRIPTION("Generic gameport layer"); MODULE_LICENSE("GPL"); static bool use_ktime = true; -module_param(use_ktime, bool, 0400); +module_param(use_ktime, bool, S_IRUSR); MODULE_PARM_DESC(use_ktime, "Use ktime for measuring I/O speed"); /*