commit | c8698340e0e5897c30811f8e7e86bcebe53e0519 | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavoars@kernel.org> | Tue Jul 13 13:13:40 2021 -0500 |
committer | Gustavo A. R. Silva <gustavoars@kernel.org> | Tue Jul 13 13:58:29 2021 -0500 |
tree | 0f42dfbbae12af1f0818b48b2ec1e689f4bf80ab | |
parent | f336a009f8e3dd0b47168565584608a4a62cbbb4 [diff] |
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>