mtd: nand: hisi504: return error code of nand_scan_ident() on error
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 4 Nov 2016 10:43:07 +0000 (19:43 +0900)
committerBoris Brezillon <boris.brezillon@free-electrons.com>
Mon, 7 Nov 2016 13:48:51 +0000 (14:48 +0100)
commitc8cae35572b6132e7c3fbb708ebee4b84e29bbed
treefc310a2d7e3f979f4b5fc8a0cdeb3227f71f32d3
parent72480e4e9537fe7c8b9ccc980873665676002808
mtd: nand: hisi504: return error code of nand_scan_ident() on error

The nand_scan_ident() returns an appropriate error value when it
fails.  Use it instead of the fixed error code -ENODEV.
(This driver is already doing so for nand_scan_tail().)

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Marek Vasut <marek.vasut@gmail.com>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
drivers/mtd/nand/hisi504_nand.c