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:
8fb35f2
)
usb: ohci-ep93xx: use devm_clk_get()
author
H Hartley Sweeten
<hartleys@visionengravers.com>
Mon, 1 Jul 2013 22:52:59 +0000
(15:52 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 26 Jul 2013 20:54:29 +0000
(13:54 -0700)
Use devm_clk_get() to make the code a bit cleaner and simpler.
This also fixes a bug where a clk_put() is not done if usb_add_hcd()
fails.
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Cc: Lennert Buytenhek <kernel@wantstofly.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found