]> asedeno.scripts.mit.edu Git - linux.git/commit
mtd: rawnand: sh_flctl: fix the probe function error path
authorMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 21 Mar 2018 13:01:52 +0000 (14:01 +0100)
committerBoris Brezillon <boris.brezillon@bootlin.com>
Thu, 29 Mar 2018 07:38:20 +0000 (09:38 +0200)
commit5a3e8cde101209edb962ed42091db257f9f5ce5c
tree97fe538637549be93a306af41658e661e9e60b9d
parent122bb3cb8b009aaa19fd8b09df8028ba8d49c043
mtd: rawnand: sh_flctl: fix the 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/sh_flctl.c