mtd: st_spi_fsm: Simplify error checking in .probe() a bit
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Tue, 7 Jun 2022 15:24:58 +0000 (17:24 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 9 Jun 2022 13:06:38 +0000 (15:06 +0200)
commit6f6536a0e309177882975222d73984d1b5ad3bdd
tree0d69a4d8b44838c99df0fffc8bc431ea1e21f90e
parentcd043c613e21bb6f039057043da759471706adf5
mtd: st_spi_fsm: Simplify error checking in .probe() a bit

Instead of ending each if branch with the same check, do it once
unconditionally after the if block.

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/20220607152458.232847-5-u.kleine-koenig@pengutronix.de
drivers/mtd/devices/st_spi_fsm.c