Message ID | 20160802120917.18309-1-baolex.ni@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/drivers/video/fbdev/wm8505fb.c b/drivers/video/fbdev/wm8505fb.c index e925619..c704303 100644 --- a/drivers/video/fbdev/wm8505fb.c +++ b/drivers/video/fbdev/wm8505fb.c @@ -182,7 +182,7 @@ static ssize_t contrast_store(struct device *dev, return count; } -static DEVICE_ATTR(contrast, 0644, contrast_show, contrast_store); +static DEVICE_ATTR(contrast, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH, contrast_show, contrast_store); static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) {