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:
6242332
)
crypto: omap-aes - Convert kzalloc to devm_kzalloc
author
Joel Fernandes
<joelf@ti.com>
Sun, 18 Aug 2013 02:42:33 +0000
(21:42 -0500)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Wed, 21 Aug 2013 11:28:05 +0000
(21:28 +1000)
Use devm_kzalloc instead of kzalloc. With this change, there is no need to
call kfree in error/exit paths.
Signed-off-by: Joel Fernandes <joelf@ti.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
No differences found