Searched hist:d87719c14464825aee86d5f193c4e09285cca0b3 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/char/tpm/eventlog/ |
H A D | tpm1.c | diff d87719c14464825aee86d5f193c4e09285cca0b3 Fri Nov 20 19:40:14 CET 2020 Gustavo A. R. Silva <gustavoars@kernel.org> tpm: Fix fall-through warnings for Clang
In preparation to enable -Wimplicit-fallthrough for Clang, fix a warning by explicitly adding a break statement instead of letting the code fall through to the next case.
Link: https://github.com/KSPP/linux/issues/115 Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org> Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org> Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
|