diff options
author | 2021-08-15 12:29:59 -0700 | |
---|---|---|
committer | 2021-08-16 16:14:12 -0400 | |
commit | 3a6e4106a8fdb87fd3ede0eb242b70b0c4c82bd5 (patch) | |
tree | 14d4fd3518f52c1a03e57bd4c6d6ec1667597099 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | drm/amd/display: 3.2.149 (diff) | |
download | linux-dev-3a6e4106a8fdb87fd3ede0eb242b70b0c4c82bd5.tar.xz linux-dev-3a6e4106a8fdb87fd3ede0eb242b70b0c4c82bd5.zip |
drm/radeon: Add break to switch statement in radeonfb_create_pinned_object()
Clang + -Wimplicit-fallthrough warns:
drivers/gpu/drm/radeon/radeon_fb.c:170:2: warning: unannotated
fall-through between switch labels [-Wimplicit-fallthrough]
default:
^
drivers/gpu/drm/radeon/radeon_fb.c:170:2: note: insert 'break;' to avoid
fall-through
default:
^
break;
1 warning generated.
Clang's version of this warning is a little bit more pedantic than
GCC's. Add the missing break to satisfy it to match what has been done
all over the kernel tree.
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions