]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mtd: nand: omap2: return error code of nand_scan_ident/tail() on error
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 4 Nov 2016 10:43:04 +0000 (19:43 +0900)
committerBoris Brezillon <boris.brezillon@free-electrons.com>
Mon, 7 Nov 2016 13:48:50 +0000 (14:48 +0100)
commitbd93a3af82d5175a86badf7bc0e30d17cc6469ce
tree7610bed98363735214e0e88367c3e43a0d35a219
parentbc83c78871037b67d41d6fe70c7937ea89868d3b
mtd: nand: omap2: return error code of nand_scan_ident/tail() on error

The nand_scan_ident/tail() returns an appropriate error value when
it fails.  Use it instead of the fixed error code -ENXIO.

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/omap2.c