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:
a2778b0
)
lp8727_charger: Use devm_kzalloc()
author
Kim, Milo
<Milo.Kim@ti.com>
Fri, 31 Aug 2012 09:22:46 +0000
(09:22 +0000)
committer
Anton Vorontsov
<anton.vorontsov@linaro.org>
Fri, 21 Sep 2012 00:51:57 +0000
(17:51 -0700)
Use devm_kzalloc() rather than kzalloc()/kfree() to make
allocating/freeing the private data simpler.
Signed-off-by: Milo(Woogyom) Kim <milo.kim@ti.com>
Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org>
No differences found