]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
video: fbdev: Fix fall-through warning for Clang
authorGustavo A. R. Silva <gustavoars@kernel.org>
Tue, 13 Jul 2021 18:13:40 +0000 (13:13 -0500)
committerGustavo A. R. Silva <gustavoars@kernel.org>
Tue, 13 Jul 2021 18:58:29 +0000 (13:58 -0500)
commitc8698340e0e5897c30811f8e7e86bcebe53e0519
tree0f42dfbbae12af1f0818b48b2ec1e689f4bf80ab
parentf336a009f8e3dd0b47168565584608a4a62cbbb4
video: fbdev: Fix fall-through warning for Clang

Fix the following fallthrough warning (arm64-randconfig with Clang):

drivers/video/fbdev/xilinxfb.c:244:2: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough]

Reported-by: kernel test robot <lkp@intel.com>
Link: https://lore.kernel.org/lkml/60edca25.k00ut905IFBjPyt5%25lkp@intel.com/
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
drivers/video/fbdev/xilinxfb.c