Message ID | 20160802122611.30327-1-baolex.ni@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/sound/oss/uart401.c b/sound/oss/uart401.c index dae4d43..a245eda 100644 --- a/sound/oss/uart401.c +++ b/sound/oss/uart401.c @@ -429,8 +429,8 @@ static struct address_info cfg_mpu; static int io = -1; static int irq = -1; -module_param(io, int, 0444); -module_param(irq, int, 0444); +module_param(io, int, S_IRUSR | S_IRGRP | S_IROTH); +module_param(irq, int, S_IRUSR | S_IRGRP | S_IROTH); static int __init init_uart401(void)