Re: [PATCH] crypto: atmel-sha: remove unneeded break

2020-10-26 Thread Alexandre Belloni
On 19/10/2020 12:36:53-0700, t...@redhat.com wrote: > From: Tom Rix > > A break is not needed if it is preceded by a return > > Signed-off-by: Tom Rix Reviewed-by: Alexandre Belloni > --- > drivers/crypto/atmel-sha.c | 1 - > 1 file changed, 1 deletion(-) > &g

Re: [PATCH -next] crypto: atmel-sha: discard unnecessary break

2020-10-26 Thread Alexandre Belloni
,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

Re: (subset) [PATCH 00/10] Remove support for TX49xx

2021-01-12 Thread Alexandre Belloni
emoval into seperate parts for different maintainers. > So if the patch fits your needs, please take it via your tree or > give me an ack so I can apply them the mips-next tree. > > [...] Applied, thanks! [08/10] rtc: tx4939: Remove driver commit: 446667df283002fdda0530523347ffd1cf053373 Best regards, -- Alexandre Belloni