commit | 5ef73b6e652107bbdcf65d10a477cfc027ee9090 | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavoars@kernel.org> | Fri Nov 20 12:35:59 2020 -0600 |
committer | Gustavo A. R. Silva <gustavoars@kernel.org> | Mon May 17 19:40:32 2021 -0500 |
tree | 91982dfd61a9c2e55a3262c2074119739c5eadcf | |
parent | f5e9724c42d94b9acf061cc8225c4778b22186b7 [diff] |
firewire: core: Fix fall-through warnings for Clang In preparation to enable -Wimplicit-fallthrough for Clang, fix a warning by explicitly adding a fallthrough pseudo-keyword. Link: https://github.com/KSPP/linux/issues/115 Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>