From: Dan Carpenter Date: Wed, 23 Mar 2011 13:20:27 +0000 (+0800) Subject: crypto: caam - dereferencing ERR_PTR on allocation failure X-Git-Tag: v3.0-rc1~371^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdc712d884cec0354d6899e7a329eee542ca2f7d;p=pandora-kernel.git crypto: caam - dereferencing ERR_PTR on allocation failure t_alg is an ERR_PTR here so we can't dereference it. Signed-off-by: Dan Carpenter Acked-by: Kim Phillips Signed-off-by: Herbert Xu --- Reading git-diff-tree failed