Re: [PATCH] crypto: talitos - fix missing break in switch statement

2019-09-20 Thread Herbert Xu
On Mon, Sep 09, 2019 at 12:29:52AM -0500, Gustavo A. R. Silva wrote: > Add missing break statement in order to prevent the code from falling > through to case CRYPTO_ALG_TYPE_AHASH. > > Fixes: aeb4c132f33d ("crypto: talitos - Convert to new AEAD interface") > Cc: sta...@vger.kernel.org > Reported-

Re: [PATCH] crypto: talitos - fix missing break in switch statement

2019-09-20 Thread Gustavo A. R. Silva
Hi all, Friendly ping: Who can take this? Thanks -- Gustavo On 9/10/19 01:06, Christophe Leroy wrote: > > > Le 09/09/2019 à 07:29, Gustavo A. R. Silva a écrit : >> Add missing break statement in order to prevent the code from falling >> through to case CRYPTO_ALG_TYPE_AHASH. >> >> Fixes: aeb4

Re: [PATCH] crypto: talitos - fix missing break in switch statement

2019-09-09 Thread Christophe Leroy
Le 09/09/2019 à 07:29, Gustavo A. R. Silva a écrit : Add missing break statement in order to prevent the code from falling through to case CRYPTO_ALG_TYPE_AHASH. Fixes: aeb4c132f33d ("crypto: talitos - Convert to new AEAD interface") Cc: sta...@vger.kernel.org Reported-by: kbuild test robot

[PATCH] crypto: talitos - fix missing break in switch statement

2019-09-08 Thread Gustavo A. R. Silva
Add missing break statement in order to prevent the code from falling through to case CRYPTO_ALG_TYPE_AHASH. Fixes: aeb4c132f33d ("crypto: talitos - Convert to new AEAD interface") Cc: sta...@vger.kernel.org Reported-by: kbuild test robot Signed-off-by: Gustavo A. R. Silva --- drivers/crypto/ta