mtd: rawnand: hisi504: clean the probe function error path
authorMiquel Raynal <miquel.raynal@bootlin.com>
Sat, 21 Apr 2018 18:00:38 +0000 (20:00 +0200)
committerBoris Brezillon <boris.brezillon@bootlin.com>
Sun, 29 Apr 2018 06:56:44 +0000 (08:56 +0200)
commit9326dc754c64996ccdc354413674f42486590574
tree143dc08a9e83a65202704f13ad4fd0513f36c623
parent682cae27b1da0554496983a356b82b4d87540c48
mtd: rawnand: hisi504: clean the probe function error path

There is not need for a goto statement when the only action to take is
to return.

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