Message ID | 20160802105859.2140-1-baolex.ni@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/drivers/lightnvm/core.c b/drivers/lightnvm/core.c index 160c1a6..8dec614 100644 --- a/drivers/lightnvm/core.c +++ b/drivers/lightnvm/core.c @@ -1032,7 +1032,7 @@ static const struct kernel_param_ops nvm_configure_by_str_event_param_ops = { #define MODULE_PARAM_PREFIX "lnvm." module_param_cb(configure_debug, &nvm_configure_by_str_event_param_ops, NULL, - 0644); + S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); #endif /* CONFIG_NVM_DEBUG */