summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorGustavo A. R. Silva <gustavoars@kernel.org>2021-07-12 00:51:03 -0500
committerGustavo A. R. Silva <gustavoars@kernel.org>2021-07-12 00:51:03 -0500
commit81eb1d17115fba5ea67a4939a136888a7ec05c32 (patch)
tree95280018445d1384251a50a78a47cd9a6a378967 /kernel
parent4020f26b368c3e72450afedaefc2fd07ba301d20 (diff)
downloadlinux-81eb1d17115fba5ea67a4939a136888a7ec05c32.tar.gz
linux-81eb1d17115fba5ea67a4939a136888a7ec05c32.tar.bz2
linux-81eb1d17115fba5ea67a4939a136888a7ec05c32.zip
drm/i915: Fix fall-through warning for Clang
In preparation to enable -Wimplicit-fallthrough for Clang, fix a warning by explicitly adding a return; statement: drivers/gpu/drm/i915/gem/i915_gem_shrinker.c:65:2: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough] Link: https://github.com/KSPP/linux/issues/115 Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions