]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
mtd: rawnand: lpc32xx_mlc: clean the probe function
authorMiquel Raynal <miquel.raynal@bootlin.com>
Sat, 21 Apr 2018 18:00:40 +0000 (20:00 +0200)
committerBoris Brezillon <boris.brezillon@bootlin.com>
Sun, 29 Apr 2018 06:56:45 +0000 (08:56 +0200)
commited64cb1df48152743a927a1187413de35b940441
tree40f83444c394d88f6954d42041128331c978418a
parent6f533c463105472b71587b9bf8532f34f9d60deb
mtd: rawnand: lpc32xx_mlc: clean the probe function

Before fixing the error path of the probe function, fix the style of the
entire function and particularly the goto labels: they should indicate
what the next cleanup to do is.

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