mtd: rawnand: mxc: fix probe function error path
authorMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 21 Mar 2018 13:01:50 +0000 (14:01 +0100)
committerBoris Brezillon <boris.brezillon@bootlin.com>
Thu, 29 Mar 2018 07:38:19 +0000 (09:38 +0200)
commitbe051bf28f8084bd75f6fd67b2f3fb7d4883751d
tree6afa31970c7aa2a179269959494d16a64f1bbe57
parent4e5d1d9078eda3de65f478b248cae882e2c0a839
mtd: rawnand: mxc: fix probe function error path

An error after nand_scan_tail() should trigger a nand_cleanup().
The helper mtd_device_parse_register() returns an error code that should
be checked and nand_cleanup() called accordingly.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
drivers/mtd/nand/raw/mxc_nand.c