On Sat, 27 Jun 2020 at 02:14, Heinrich Schuchardt <xypron.g...@gmx.de> wrote: > > The value 0 assigned to final is overwritten before ever being used. > > Remove the assignment. > > Signed-off-by: Heinrich Schuchardt <xypron.g...@gmx.de> > --- > drivers/crypto/fsl/fsl_hash.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass <s...@chromium.org>