Re: [PATCH 1/6] crypto: img-hash - Fix null pointer exception

2016-07-12 Thread Herbert Xu
Will Thomas wrote: > Sporadic null pointer exceptions came from here. Fix them. > > Signed-off-by: Will Thomas > Reviewed-by: James Hartley > --- > drivers/crypto/img-hash.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/crypto/img-hash.c b/drivers/crypto/img-h

[PATCH 1/6] crypto: img-hash - Fix null pointer exception

2016-07-11 Thread Will Thomas
Sporadic null pointer exceptions came from here. Fix them. Signed-off-by: Will Thomas Reviewed-by: James Hartley --- drivers/crypto/img-hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/crypto/img-hash.c b/drivers/crypto/img-hash.c index 68e8aa9..a5f270b 100644