commit | 77adc085aee0c96dc3536403b197707316c7c241 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Fri Oct 17 17:14:01 2014 -0300 |
committer | Brian Norris <computersforpeace@gmail.com> | Wed Oct 22 01:35:41 2014 -0700 |
tree | b1006e00ff03424a1a1e6a19475a325efee76b6f | |
parent | b26171e392c7d3952b6eeb6da62a861c5317e438 [diff] |
mtd: fsl-quadspi: Let the clocks error path be clearer When clk_prepare_enable(q->clk) fails it is clearer to disable the previous acquired clock (q->clk_en) in the error path rather than doing it locally. So disable q->clk_en in the error path only. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Acked-by: Huang Shijie <shijie8@gmail.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>