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