crypto: atmel-sha - remove unneeded break
A break is not needed if it is preceded by a return Signed-off-by: Tom Rix <trix@redhat.com> Reviewed-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
Родитель
18d05ca448
Коммит
77fdd94f09
|
@ -459,7 +459,6 @@ static int atmel_sha_init(struct ahash_request *req)
|
|||
break;
|
||||
default:
|
||||
return -EINVAL;
|
||||
break;
|
||||
}
|
||||
|
||||
ctx->bufcnt = 0;
|
||||
|
|
Загрузка…
Ссылка в новой задаче