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:
6887a41
)
pinctrl/pinctrl-u300: remove devm_kfree at driver unload
author
Devendra Naga
<devendra.aaru@gmail.com>
Sat, 16 Jun 2012 17:45:37 +0000
(23:15 +0530)
committer
Linus Walleij
<linus.walleij@linaro.org>
Tue, 3 Jul 2012 19:51:07 +0000
(21:51 +0200)
the memory allocated by devm_kzalloc is automatically
freed at the driver detach side, so no neeed of calling
devm_kfree
Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
No differences found