mtd: rawnand: omap2: Suppress error message after WARN in .remove()
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Fri, 3 Jun 2022 21:07:53 +0000 (23:07 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 9 Jun 2022 13:06:21 +0000 (15:06 +0200)
commit37e00244047c5675a7f3f1ec0358f8c53cd12b75
treefa7b58c7c1b9c8ee248b2759ac3d6e2673018226
parent279d719be39d8edb37c9178c15e167a94c7bc0a0
mtd: rawnand: omap2: Suppress error message after WARN in .remove()

Returning an error value in a platform remove callback results in an error
message being emitted by the platform core, but otherwise it doesn't make
a difference. After the WARN splat this generic error message doesn't add
any value, so return 0 unconditionally

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20220603210758.148493-10-u.kleine-koenig@pengutronix.de
drivers/mtd/nand/raw/omap2.c