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:
065e823
)
watchdog: ar7_wdt.c: use devm_request_and_ioremap
author
Julia Lawall
<Julia.Lawall@lip6.fr>
Sun, 15 Apr 2012 10:27:33 +0000
(12:27 +0200)
committer
Wim Van Sebroeck
<wim@iguana.be>
Wed, 23 May 2012 14:16:43 +0000
(16:16 +0200)
Combine request_region and ioremap into devm_request_and_ioremap. This has
the effect of fixing a missing iounmap on the failure of clk_get.
This also introduces a call to clk_put and clears the vbus_clk variable in
the case of failure or device removal.
Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
No differences found