commit | 63a1460768a1ae34746b3013940233afe5d88105 | [log] [tgz] |
---|---|---|
author | Miquel Raynal <miquel.raynal@bootlin.com> | Tue May 19 14:59:46 2020 +0200 |
committer | Miquel Raynal <miquel.raynal@bootlin.com> | Sun May 31 10:53:33 2020 +0200 |
tree | 8d1e7a22063e8f946884f96e98bb5f6f55d001e8 | |
parent | c5be12e45940f1aa1b5dfa04db5d15ad24f7c896 [diff] |
mtd: rawnand: diskonchip: Stop using nand_release() This helper is not very useful and very often people get confused: they use nand_release() instead of nand_cleanup(). Let's stop using nand_release() by calling mtd_device_unregister() and nand_cleanup() directly. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/linux-mtd/20200519130035.1883-14-miquel.raynal@bootlin.com