diff options
author | Gustavo A. R. Silva <gustavoars@kernel.org> | 2020-11-20 19:36:50 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-01-27 12:55:36 +0100 |
commit | 45fe926241bc0e09cde4b0c2a07ce2bfc6c8d12e (patch) | |
tree | f4d30f45f7e21e104747dc77fd0176020acdf33c /drivers/media/dvb-core/dvb_frontend.c | |
parent | 623cd8b13f633e64d0776b2ce8a29fdeaf93d42e (diff) |
media: atomisp: 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: 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