On Mon, 6 Jan 2020 at 15:00, Anatolij Gustschin <ag...@denx.de> wrote: > > Fix: > >>> CID 280902: Control flow issues (MISSING_BREAK) > >>> The case for value "VIDEO_BPP32" is not terminated > >>> by a 'break' statement. > > Reported-by: Tom Rini <tr...@konsulko.com> > Signed-off-by: Anatolij Gustschin <ag...@denx.de> > --- > drivers/video/vidconsole-uclass.c | 2 ++ > 1 file changed, 2 insertions(+) >
Reviewed-by: Simon Glass <s...@chromium.org>