commit | 8604e6346e8db6dece741881d647606511ddafde | [log] [tgz] |
---|---|---|
author | Miquel Raynal <miquel.raynal@bootlin.com> | Sun Feb 25 23:09:14 2018 +0100 |
committer | Miquel Raynal <miquel.raynal@bootlin.com> | Wed Jul 18 09:24:15 2018 +0200 |
tree | b73c86e0092ef1122d5e1c60b85c517f156d900a | |
parent | 1dfac31a5a63ac04a9b5fbc3f5105a586560f191 [diff] |
mtd: rawnand: docg4: fix the probe function error path nand_release() should not be called on an MTD device that has not been registered. While it should work thanks to the checks done in mtd_device_unregister() it's a bad practice to cleanup/release something that has not previously been initialized/allocated. Rework the error path to follow this rule. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>