[PATCH] video: fix Coverity missing break issue
Simon Glass
sjg at chromium.org
Thu Jan 9 20:33:59 CET 2020
On Mon, 6 Jan 2020 at 15:00, Anatolij Gustschin <agust at 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 <trini at konsulko.com>
> Signed-off-by: Anatolij Gustschin <agust at denx.de>
> ---
> drivers/video/vidconsole-uclass.c | 2 ++
> 1 file changed, 2 insertions(+)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list