commit | fb08cd9b111c6a922f468ef5e33acc67eb91d40b | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Mon Dec 17 16:00:59 2012 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Dec 17 17:15:16 2012 -0800 |
tree | 2b557d60f599ca8a4280e721f1dc52c8122c8c2b | |
parent | 2c114cb4edb741822ea48e80be8c525032206e9a [diff] |
drivers/video/backlight/lm3639_bl.c: fix up world writable sysfs file We don't need the sysfs file to be world writable or group writable. This file is write-only, change it to S_IWUSR (0200). Signed-off-by: Axel Lin <axel.lin@ingics.com> Acked-by: "G.Shark Jeong" <gshark.jeong@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>