diff options
author | Gustavo A. R. Silva <gustavoars@kernel.org> | 2020-11-20 12:28:12 -0600 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2020-11-24 12:05:46 -0500 |
commit | 910e834db00e40942e79226d638f0f2217eeedd6 (patch) | |
tree | cc1396cf35d09827fd4a90ed3840f817b08e73d6 /drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c | |
parent | d6e1d905009fb42afc6e0a951d90f85a514ef2c7 (diff) |
drm/amd/display: 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 'drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c')
0 files changed, 0 insertions, 0 deletions