From: Joel Fernandes Date: Sun, 18 Aug 2013 02:42:33 +0000 (-0500) Subject: crypto: omap-aes - Convert kzalloc to devm_kzalloc X-Git-Tag: v3.12-rc1~108^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05007c10ff76a9d6d85c007fe3a7f531611fda5c;p=pandora-kernel.git crypto: omap-aes - Convert kzalloc to devm_kzalloc 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 Signed-off-by: Herbert Xu --- Reading git-diff-tree failed