Hi, On 26/10/2020 21:48:07+0800, Zhang Qilong wrote: > The 'break' is unnecessary because of previous > 'return', discard it. > This is a duplicate of https://lore.kernel.org/linux-crypto/20201019193653.13757-1-trix@xxxxxxxxxx/T/#u > Signed-off-by: Zhang Qilong <zhangqilong3@xxxxxxxxxx> > --- > drivers/crypto/atmel-sha.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/crypto/atmel-sha.c b/drivers/crypto/atmel-sha.c > index 75ccf41a7cb9..0eb6f54e3b66 100644 > --- a/drivers/crypto/atmel-sha.c > +++ b/drivers/crypto/atmel-sha.c > @@ -459,7 +459,6 @@ static int atmel_sha_init(struct ahash_request *req) > break; > default: > return -EINVAL; > - break; > } > > ctx->bufcnt = 0; > -- > 2.17.1 > -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com