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:
c05c946
)
USB: ohci-exynos: use devm_clk_get()
author
Jingoo Han
<jg1.han@samsung.com>
Thu, 4 Oct 2012 07:11:50 +0000
(16:11 +0900)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 24 Oct 2012 21:39:52 +0000
(14:39 -0700)
The devm_ functions allocate memory that is released when a driver
detaches. This patch uses devm_clk_get() for these functions.
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found