diff options
author | Gustavo A. R. Silva <gustavoars@kernel.org> | 2020-11-20 19:26:16 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-01-27 12:55:20 +0100 |
commit | 623cd8b13f633e64d0776b2ce8a29fdeaf93d42e (patch) | |
tree | b9edc830547db7f4b2e03e45c8c34d2386b3093c /drivers/media/dvb-core/dvb_frontend.c | |
parent | af7ab66225111d0612a38e63eae6cd4af66d43e6 (diff) |
media: usb: dvb-usb-v2: Fix fall-through warnings for Clang
In preparation to enable -Wimplicit-fallthrough for Clang, fix multiple
warnings by explicitly adding a couple of break statements instead of
just 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: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/dvb-core/dvb_frontend.c')
0 files changed, 0 insertions, 0 deletions