mtd: rawnand: jz4740: fix probe function error path
authorMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 25 Jul 2018 13:31:44 +0000 (15:31 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 31 Jul 2018 07:46:10 +0000 (09:46 +0200)
commitf57bbfb9e3f47b6d4eecb1d8037dab1cda9996a4
tree65d0ca20e2b5525f1a3d86d4fe44f75effb5ffe6
parent66a38478dcc5b5a35e49055f2eb301f8ac594e3f
mtd: rawnand: jz4740: fix probe function error path

An error after nand_scan_tail() should trigger a nand_cleanup(), not a
nand_release() as mtd_device_register() (or one of its variants) has not
been called and there is no need to deregister any MTD device yet.

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