commit | 5bbf150cca196cb973e14d0a80508ba7f588dfd1 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Mon Oct 29 01:40:21 2012 -0700 |
committer | Bryan Wu <cooloney@gmail.com> | Mon Nov 26 14:28:49 2012 -0800 |
tree | 6b3918800bf49068060811160644ee26db0dd19c | |
parent | 3651c4b904b005fcba757c529184e8c3c596cb05 [diff] |
leds: lm355x: 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: Bryan Wu <cooloney@gmail.com>