From: Pramod Gurav Date: Mon, 28 Jul 2014 12:16:33 +0000 (+0530) Subject: crypto: atmel-tdes - Switch to managed version of kzalloc X-Git-Tag: cleanup-for-v3.18~153^2~3 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c659d07f11a359aa053e35d3ee549289c86fab64;p=pandora-kernel.git crypto: atmel-tdes - Switch to managed version of kzalloc This patch switches data allocation from kzalloc to devm_kzalloc. It also removes some kfree() on data that was earlier allocated using devm_kzalloc() from probe as well as remove funtions. CC: Herbert Xu CC: "David S. Miller" CC: Grant Likely CC: Rob Herring Signed-off-by: Pramod Gurav Signed-off-by: Herbert Xu --- Reading git-diff-tree failed