Re: [PATCH 1/2] crypto: tegra-aes - Fix NULL pointer dereference

2013-09-23 Thread Herbert Xu
On Mon, Sep 16, 2013 at 09:01:10AM +0530, Sachin Kamat wrote: > '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 Both patches applied. -- Email: Herbert Xu Home Page: http://gondor.apana.o

[PATCH 1/2] crypto: tegra-aes: Fix NULL pointer dereference

2013-09-15 Thread Sachin Kamat
'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 --- drivers/crypto/tegra-aes.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/crypto/tegra-aes.c b/drivers/crypt