]> git.baikalelectronics.ru Git - kernel.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)
commite34badaa45fa828a0bb91cd4a7ac850c7083ec17
tree0f42dfbbae12af1f0818b48b2ec1e689f4bf80ab
parentd178281e97408c9c90d0c5d0aa1c467c0a2a89cc
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