staging: vc04_services: Fix clang14 warning
authorPhil Elwell <phil@raspberrypi.com>
Tue, 5 Jul 2022 08:04:55 +0000 (09:04 +0100)
committerPhil Elwell <phil@raspberrypi.com>
Tue, 5 Jul 2022 08:07:31 +0000 (09:07 +0100)
commitdf1e772886002b0ccf273102cc5fc0f7edfb459a
tree691f6029368f2317bc38281fe446bb41a1146fc9
parentaabca34878d5c4493c8ec984f16abea8e5f31845
staging: vc04_services: Fix clang14 warning

Insert a break to fix a fallthrough warning from clang14. Since the
fallthrough was to another break, this is a cosmetic change.

See: https://github.com/raspberrypi/linux/issues/5078

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
drivers/staging/vc04_services/vc-sm-cma/vc_sm_cma_vchi.c