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:
f6a4d60
)
fec: Remove irqs first
author
Fabio Estevam
<fabio.estevam@freescale.com>
Mon, 27 May 2013 03:48:32 +0000
(
03:48
+0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 28 May 2013 05:29:54 +0000
(22:29 -0700)
During probe the clocks are enabled prior than the acquiring the interrupts.
In the remove function we need to do the opposite: first remove the interrupts
and then disable the clocks.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found