aboutsummaryrefslogtreecommitdiff
path: root/fs/affs/super.c
diff options
context:
space:
mode:
authorMiquel Raynal2018-04-21 20:00:35 +0200
committerBoris Brezillon2018-04-29 08:56:43 +0200
commitacfc33091f7a5118a7c6d899162e9d9cee72b17a (patch)
treec984431dc008bbb8340373614d0c9f8828a36837 /fs/affs/super.c
parent39b77c586e179db03d8cdbc448d4a0fc22f8b13a (diff)
mtd: rawnand: fsl_ifc: 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. However, in this driver, fsl_ifc_chip_remove() which is called upon error already triggers a nand_release() which is wrong, because a nand_release() should be triggered only if an mtd_register() succeeded. Move the nand_release() call out of the fsl_ifc_chip_remove() and put it back in the *_remove() hook. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Diffstat (limited to 'fs/affs/super.c')
0 files changed, 0 insertions, 0 deletions