Message ID | 20160802105158.29348-1-baolex.ni@intel.com (mailing list archive) |
---|---|
State | Rejected |
Headers | show |
diff --git a/drivers/hwmon/abituguru.c b/drivers/hwmon/abituguru.c index 7a09c16..84d7070 100644 --- a/drivers/hwmon/abituguru.c +++ b/drivers/hwmon/abituguru.c @@ -194,7 +194,7 @@ MODULE_PARM_DESC(pwms, "Number of PWMs on the uGuru " /* Default verbose is 2, since this driver is still in the testing phase */ static int verbose = 2; -module_param(verbose, int, 0644); +module_param(verbose, int, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); MODULE_PARM_DESC(verbose, "How verbose should the driver be? (0-3):\n" " 0 normal output\n" " 1 + verbose error reporting\n"