Re: [PATCH 1/1] crypto/fsl: unused value in caam_hash_update()

2020-06-29 Thread Simon Glass
On Sat, 27 Jun 2020 at 02:14, Heinrich Schuchardt wrote: > > The value 0 assigned to final is overwritten before ever being used. > > Remove the assignment. > > Signed-off-by: Heinrich Schuchardt > --- > drivers/crypto/fsl/fsl_hash.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Revie

[PATCH 1/1] crypto/fsl: unused value in caam_hash_update()

2020-06-27 Thread Heinrich Schuchardt
The value 0 assigned to final is overwritten before ever being used. Remove the assignment. Signed-off-by: Heinrich Schuchardt --- drivers/crypto/fsl/fsl_hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/crypto/fsl/fsl_hash.c b/drivers/crypto/fsl/fsl_hash.c inde