Re: [PATCH 00/22] mtd: nand: return error code of nand_scan(_ident, _tail) on error

From: Marek Vasut
Date: Sat Nov 05 2016 - 03:36:12 EST


On 11/04/2016 11:42 AM, Masahiro Yamada wrote:
>
> nand_scan(), nand_scan_ident(), nand_scan_tail() return
> an appropriate negative value on error.
>
> Most of drivers return the value from them on error,
> but some of them return the fixed error code -ENXIO
> (and a few return -ENODEV).
>
> This series make those drivers return more precise error code.
>

Reviewed-by: Marek Vasut <marek.vasut@xxxxxxxxx>

Nice cleanup, thanks!

--
Best regards,
Marek Vasut