git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b26171e
)
mtd: fsl-quadspi: Let the clocks error path be clearer
author
Fabio Estevam
<fabio.estevam@freescale.com>
Fri, 17 Oct 2014 20:14:01 +0000
(17:14 -0300)
committer
Brian Norris
<computersforpeace@gmail.com>
Wed, 22 Oct 2014 08:35:41 +0000
(
01:35
-0700)
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>
No differences found