Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759325Ab3HMVBO (ORCPT ); Tue, 13 Aug 2013 17:01:14 -0400 Received: from mail-lb0-f176.google.com ([209.85.217.176]:50644 "EHLO mail-lb0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759161Ab3HMVBM (ORCPT ); Tue, 13 Aug 2013 17:01:12 -0400 MIME-Version: 1.0 In-Reply-To: <1375948794-6286-11-git-send-email-milo.kim@ti.com> References: <1375948794-6286-1-git-send-email-milo.kim@ti.com> <1375948794-6286-11-git-send-email-milo.kim@ti.com> From: Bryan Wu Date: Tue, 13 Aug 2013 14:00:49 -0700 Message-ID: Subject: Re: [PATCH 10/10] leds: lp5562: use LP55xx common macros for device attributes To: Milo Kim Cc: =?ISO-8859-1?Q?Pali_Roh=E1r?= , Linux LED Subsystem , lkml , Milo Kim Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1163 Lines: 35 On Thu, Aug 8, 2013 at 12:59 AM, Milo Kim wrote: > Good for merge. -Bryan > Signed-off-by: Milo Kim > --- > drivers/leds/leds-lp5562.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/leds/leds-lp5562.c b/drivers/leds/leds-lp5562.c > index a2c7398..2585cfd 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, > -- > 1.7.9.5 > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/