mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-08 21:34:55 +00:00
Currently the switch statement for format->cpp[0] value 4 assigns
color_index which is never read again and then falls through to the
default case and returns. This looks like a missing break statement
bug. Fix this by adding a break statement.
Addresses-Coverity: ("Unused value")
Fixes:
|
||
|---|---|---|
| .. | ||
| ast_dp501.c | ||
| ast_dram_tables.h | ||
| ast_drv.c | ||
| ast_drv.h | ||
| ast_main.c | ||
| ast_mode.c | ||
| ast_post.c | ||
| ast_tables.h | ||
| ast_ttm.c | ||
| Kconfig | ||
| Makefile | ||