lkml.org 
[lkml]   [2016]   [Feb]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] nvmem: imx-ocotp: Fix return value of imx_ocotp_read
From
Date


On 02/02/16 13:29, Axel Lin wrote:
> imx_ocotp_read() should return 0 on success.
>
> Signed-off-by: Axel Lin <axel.lin@ingics.com>
> ---
Acked-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>

I will queue this patch via Greg's charmisc tree.

thanks,
srini
> drivers/nvmem/imx-ocotp.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/nvmem/imx-ocotp.c b/drivers/nvmem/imx-ocotp.c
> index b7971d4..d7796eb 100644
> --- a/drivers/nvmem/imx-ocotp.c
> +++ b/drivers/nvmem/imx-ocotp.c
> @@ -51,7 +51,7 @@ static int imx_ocotp_read(void *context, const void *reg, size_t reg_size,
> val += 4;
> }
>
> - return (i - index) * 4;
> + return 0;
> }
>
> static int imx_ocotp_write(void *context, const void *data, size_t count)
>

\
 
 \ /
  Last update: 2016-02-08 10:21    [W:0.048 / U:0.264 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site