From 05007c10ff76a9d6d85c007fe3a7f531611fda5c Mon Sep 17 00:00:00 2001 From: Joel Fernandes Date: Sat, 17 Aug 2013 21:42:33 -0500 Subject: [PATCH] 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-format-patch failed