From: Fabio Estevam Date: Wed, 29 Jan 2014 00:36:11 +0000 (-0200) Subject: crypto: mxs-dcp: Use devm_kzalloc() X-Git-Tag: v3.15-rc1~111^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e921f0307531b27dbe34c17e8a5be5a88010d179;p=pandora-kernel.git crypto: mxs-dcp: Use devm_kzalloc() Using devm_kzalloc() can make the code cleaner. While at it, remove the devm_kzalloc error message as there is standard OOM message done by the core. Signed-off-by: Fabio Estevam Acked-by: Marek Vasut Signed-off-by: Herbert Xu --- Reading git-diff-tree failed