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:
d8fd7d5
)
usb: spear-ehci/ohci: Use devm_*() routines
author
Viresh Kumar
<viresh.kumar@linaro.org>
Thu, 8 Nov 2012 15:07:59 +0000
(20:37 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 14 Nov 2012 20:15:20 +0000
(12:15 -0800)
This patch frees SPEAr ehci/ohci drivers from tension of freeing resources :)
devm_* derivatives of multiple routines are used while allocating resources,
which would be freed automatically by kernel.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found