From: Milo Kim Date: Thu, 8 Aug 2013 05:12:14 +0000 (+0900) Subject: leds: lp5562: use LP55xx common macros for device attributes X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=daa124b1fe992f27f96d89cde5923bb929e28c1c;p=deliverable%2Flinux.git leds: lp5562: use LP55xx common macros for device attributes Signed-off-by: Milo Kim Signed-off-by: Bryan Wu --- diff --git a/drivers/leds/leds-lp5562.c b/drivers/leds/leds-lp5562.c index a2c7398f1f55..2585cfd57711 100644 --- 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,