commit | e4ca6840837be86b89e77c8402c1e6ab8a36f274 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Thu Jan 22 22:43:05 2015 -0200 |
committer | Brian Norris <computersforpeace@gmail.com> | Thu Feb 05 19:51:27 2015 -0800 |
tree | b35866596efd5b6b38bd5697ec9977fda2e58908 | |
parent | 0760e818646d801a13eed57f5fb75c43c7c2794a [diff] |
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 <fabio.estevam@freescale.com> Acked-by: Han Xu <han.xu@freescale.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>