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
'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