OSDN Git Service

mtd: rawnand: xway: Stop using nand_release()
authorMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 19 May 2020 13:00:34 +0000 (15:00 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Sun, 31 May 2020 08:53:36 +0000 (10:53 +0200)
commit9fdd78f7bcda3e6a9f53c355529b3bf037c0e24f
treee45ffb8119130d63e4e7478e29b285fd5479ed18
parent34531be5e804a8e1abf314a6c3a19fe342e4a154
mtd: rawnand: xway: 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-62-miquel.raynal@bootlin.com
drivers/mtd/nand/raw/xway_nand.c