From: Nitesh Lal Date: Fri, 7 Mar 2014 10:36:08 +0000 (+0530) Subject: crypto: caam - Dynamic memory allocation for caam_rng_ctx object X-Git-Tag: v3.15-rc1~111^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e4e603a9a99c6e27a74c1a813a7c751d85a721d;p=pandora-kernel.git crypto: caam - Dynamic memory allocation for caam_rng_ctx object This patch allocates memory from DMAable region to the caam_rng_ctx object, earlier it had been statically allocated which resulted in errorneous behaviour on inserting the caamrng module at the runtime. Signed-off-by: Nitesh Lal Acked-by: Ruchika Gupta Signed-off-by: Herbert Xu --- Reading git-diff-tree failed