diff options
author | Gustavo A. R. Silva <gustavoars@kernel.org> | 2020-11-20 21:24:41 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2020-11-24 20:05:36 +0300 |
commit | 9304ca4de0b9522b5c01efec20b9649c2c069697 (patch) | |
tree | be2147e258dabe2ef52152fe95b0dc006f39e539 /scripts/cleanfile | |
parent | af5bbf93101dda20f5d89437ed00696704a65c51 (diff) | |
download | linux-9304ca4de0b9522b5c01efec20b9649c2c069697.tar.xz |
drm/amdgpu: Fix fall-through warnings for Clang
In preparation to enable -Wimplicit-fallthrough for Clang, fix multiple
warnings by explicitly adding multiple break statements instead of just
letting the code fall through to the next case.
Link: https://github.com/KSPP/linux/issues/115
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'scripts/cleanfile')
0 files changed, 0 insertions, 0 deletions