[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <5077A13F.3090100@gmail.com>
Date: Fri, 12 Oct 2012 13:49:03 +0900
From: gshark <gshark.jeong@...il.com>
To: Axel Lin <axel.lin@...ics.com>
CC: Andrew Morton <akpm@...ux-foundation.org>,
Richard Purdie <rpurdie@...ys.net>,
Daniel Jeong <daniel.jeong@...com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] backlight: lm3639: Return proper error in lm3639_bled_mode_store
error paths
2012년 10월 11일 14:11, Axel Lin 쓴 글:
> Signed-off-by: Axel Lin <axel.lin@...ics.com>
> ---
> drivers/video/backlight/lm3639_bl.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/video/backlight/lm3639_bl.c b/drivers/video/backlight/lm3639_bl.c
> index c6915c6..585949b 100644
> --- a/drivers/video/backlight/lm3639_bl.c
> +++ b/drivers/video/backlight/lm3639_bl.c
> @@ -206,11 +206,11 @@ static ssize_t lm3639_bled_mode_store(struct device *dev,
>
> out:
> dev_err(pchip->dev, "%s:i2c access fail to register\n", __func__);
> - return size;
> + return ret;
>
> out_input:
> dev_err(pchip->dev, "%s:input conversion fail\n", __func__);
> - return size;
> + return ret;
>
> }
>
Thank you Alex for fixing code.
Acked-by: G.Shark Jeong<gshark.jeong@...il.com>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists