summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorHarry Hong <hhong@nvidia.com>2014-01-21 15:07:09 +0900
committerHarry Hong <hhong@nvidia.com>2014-01-21 18:34:22 -0800
commita455fba7c776bc3804fb187915cef5f517fece6c (patch)
tree2839cd61675fe7fa347200c937dd7bbbe53dee76 /drivers
parentd2304b7cca3f5c661b6c0a7d3ca906c00c265b0b (diff)
staging: iio: ltr659ps: changing permission.
Chaning sys node of "enable" attr from 0x666 to 0x644 due to cts failure. Bug 1443978 Change-Id: I41d03b8a39a553d8c210791086bbe440416e7415 Signed-off-by: Harry Hong <hhong@nvidia.com> Reviewed-on: http://git-master/r/358046
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/iio/light/ltr659ps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/iio/light/ltr659ps.c b/drivers/staging/iio/light/ltr659ps.c
index e80b878466a7..b8b4d07490ed 100644
--- a/drivers/staging/iio/light/ltr659ps.c
+++ b/drivers/staging/iio/light/ltr659ps.c
@@ -952,7 +952,7 @@ IIO_DEVICE_ATTR(ps_offset, 0644, show_ps_offset, store_ps_offset, 0);
IIO_DEVICE_ATTR(interrupt_persist, 0644
, show_interrupt_persist, store_interrupt_persist, 0);
IIO_DEVICE_ATTR(ps_data, 0444, show_ps_data, NULL, 0);
-IIO_DEVICE_ATTR(enable, 0666, show_enable, store_enable, 0);
+IIO_DEVICE_ATTR(enable, 0644, show_enable, store_enable, 0);
IIO_DEVICE_ATTR(dump_reg, 0444, show_dump_reg, NULL, 0);
IIO_DEVICE_ATTR(dump_gpio, 0444, show_dump_gpio, NULL, 0);