Message ID | 20160802122605.30259-1-baolex.ni@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/sound/oss/soundcard.c b/sound/oss/soundcard.c index b70c7c8..af6d4bf 100644 --- a/sound/oss/soundcard.c +++ b/sound/oss/soundcard.c @@ -523,8 +523,8 @@ bad: static int dmabuf; static int dmabug; -module_param(dmabuf, int, 0444); -module_param(dmabug, int, 0444); +module_param(dmabuf, int, S_IRUSR | S_IRGRP | S_IROTH); +module_param(dmabug, int, S_IRUSR | S_IRGRP | S_IROTH); /* additional minors for compatibility */ struct oss_minor_dev {