mtd: rawnand: fsmc: clean the probe function style
authorMiquel Raynal <miquel.raynal@bootlin.com>
Sat, 21 Apr 2018 18:00:36 +0000 (20:00 +0200)
committerBoris Brezillon <boris.brezillon@bootlin.com>
Sun, 29 Apr 2018 06:56:43 +0000 (08:56 +0200)
commit43fab011e93fea0699c2e79a7e561b8f095906f3
tree273ed262d04f6a62ec14889d0f731391b8668819
parentacfc33091f7a5118a7c6d899162e9d9cee72b17a
mtd: rawnand: fsmc: clean the probe function style

Before fixing the error path of the probe function, fix the style of the
probe function and mostly the goto labels: they should indicate what
the next cleanup is, not the point from which they can be accessed.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
drivers/mtd/nand/raw/fsmc_nand.c