projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
863724a
)
leds: lp5562: use LP55xx common macros for device attributes
author
Milo Kim
<
[email protected]
>
Thu, 8 Aug 2013 05:12:14 +0000
(14:12 +0900)
committer
Bryan Wu
<
[email protected]
>
Tue, 27 Aug 2013 00:22:13 +0000
(17:22 -0700)
Signed-off-by: Milo Kim <
[email protected]
>
Signed-off-by: Bryan Wu <
[email protected]
>
drivers/leds/leds-lp5562.c
patch
|
blob
|
history
diff --git
a/drivers/leds/leds-lp5562.c
b/drivers/leds/leds-lp5562.c
index a2c7398f1f55baa2fd7e6f43e2d003dc1baf8ad5..2585cfd57711cba3feee4e664ef010402e2db841 100644
(file)
--- a/
drivers/leds/leds-lp5562.c
+++ b/
drivers/leds/leds-lp5562.c
@@
-477,8
+477,8
@@
static ssize_t lp5562_store_engine_mux(struct device *dev,
return len;
}
-static
DEVICE_ATTR(led_pattern, S_IWUSR, NULL
, lp5562_store_pattern);
-static
DEVICE_ATTR(engine_mux, S_IWUSR, NULL
, lp5562_store_engine_mux);
+static
LP55XX_DEV_ATTR_WO(led_pattern
, lp5562_store_pattern);
+static
LP55XX_DEV_ATTR_WO(engine_mux
, lp5562_store_engine_mux);
static struct attribute *lp5562_attributes[] = {
&dev_attr_led_pattern.attr,