From: Sachin Kamat Date: Mon, 16 Sep 2013 03:31:10 +0000 (+0530) Subject: crypto: tegra-aes - Fix NULL pointer dereference X-Git-Tag: v3.13-rc2~35^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6665ad20f020ffc8c632a4d4744a7550000f611e;p=pandora-kernel.git crypto: tegra-aes - Fix NULL pointer dereference 'dd' is tested for NULL. However, it is derefenced in the error message print. Change the print to pr_err to avoid this. Signed-off-by: Sachin Kamat Signed-off-by: Herbert Xu --- Reading git-diff-tree failed