mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 17:51:57 +09:00
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:
@@ -459,7 +459,6 @@ static int atmel_sha_init(struct ahash_request *req)
|
||||
break;
|
||||
default:
|
||||
return -EINVAL;
|
||||
break;
|
||||
}
|
||||
|
||||
ctx->bufcnt = 0;
|
||||
|
||||
Reference in New Issue
Block a user