From: Fabio Estevam Date: Fri, 23 Jan 2015 00:43:05 +0000 (-0200) Subject: mtd: fsl-quadspi: Fix the error paths X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~51^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4ca6840837be86b89e77c8402c1e6ab8a36f274;p=pandora-kernel.git mtd: fsl-quadspi: Fix the error paths Jumping to 'map_failed' label is not correct at these points, as it misses to disable the clocks that were previously enabled. Jump to 'irq_failed' label instead that will correctly disable the clocks. Signed-off-by: Fabio Estevam Acked-by: Han Xu Signed-off-by: Brian Norris --- Reading git-diff-tree failed