commit | b5be853181a8d4a6e20f2073ccd273d6280cad88 | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | Mon Feb 11 12:31:31 2019 -0600 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Feb 22 12:47:26 2019 +0800 |
tree | 3ec4abeedd4e8beac74223e54eaca73451ec21f3 | |
parent | 05bd1beec2748d74cbc41ee476be2af0f91bd2d3 [diff] |
crypto: ccree - fix missing break in switch statement Add missing break statement in order to prevent the code from falling through to case S_DIN_to_DES. This bug was found thanks to the ongoing efforts to enable -Wimplicit-fallthrough. Fixes: 63ee04c8b491 ("crypto: ccree - add skcipher support") Cc: stable@vger.kernel.org Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>