From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jingoo Han Date: Wed, 23 Oct 2013 01:54:01 +0000 Subject: Re: [PATCH 9/9] backlight: atmel-pwm-bl: use gpio_request_one Message-Id: <002101cecf92$bef81fb0$3ce85f10$%han@samsung.com> List-Id: References: <1382462819-28576-1-git-send-email-jhovold@gmail.com> <1382462819-28576-10-git-send-email-jhovold@gmail.com> In-Reply-To: <1382462819-28576-10-git-send-email-jhovold@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: 'Johan Hovold' Cc: 'Richard Purdie' , 'Nicolas Ferre' , linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org, 'Jingoo Han' On Wednesday, October 23, 2013 2:27 AM, Johan Hovold wrote: > > Use devm_gpio_request_one rather than requesting and setting direction > in two calls. > > Signed-off-by: Johan Hovold Acked-by: Jingoo Han Best regards, Jingoo Han > --- > drivers/video/backlight/atmel-pwm-bl.c | 15 ++++++++------- > 1 file changed, 8 insertions(+), 7 deletions(-)