[PATCH 1/3] MTD: m25p80: fix write return value.

Michal Suchanek hramrach at gmail.com
Thu Apr 30 14:37:58 PDT 2015


On 30 April 2015 at 20:43, Marek Vasut <marex at denx.de> wrote:
> On Thursday, April 30, 2015 at 03:33:47 PM, Michal Suchanek wrote:
>> The size of written data was added to user supplied value rather than
>> written at the provided address.
>
> You might want to work on the commit message a little, something like
> the following, but feel free to reword as seen fit.
>
> The 'retlen' points to a variable representing the number of data bytes
> written/read (see include/linux/mtd/mtd.h) by the current invocation of
> the function. This variable must be set, not incremented.
>
> Otherwise, the patch is correct I believe:
>
> Acked-by: Marek Vasut <marex at denx.de>
>

ok, I will send an updated version.

Thanks

Michal



More information about the linux-mtd mailing list