Re: [PATCH -next] mtd: spinand: Fix error return code in spinand_init()

From: Miquel Raynal
Date: Sun Jul 08 2018 - 17:49:49 EST


Hi Wei,

Wei Yongjun <weiyongjun1@xxxxxxxxxx> wrote on Wed, 4 Jul 2018 08:34:58
+0000:

> Fix to return error code -ENOMEM from the kzalloc() error handling
> case instead of 0, as done elsewhere in this function.
>
> Fixes: c898e0526fb6 ("mtd: nand: Add core infrastructure to support SPI NANDs")
> Signed-off-by: Wei Yongjun <weiyongjun1@xxxxxxxxxx>
> ---
> drivers/mtd/nand/spi/core.c | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)


Merged with the original commit.

Thanks,
MiquÃl