diff options
| author | Mike Lothian <[email protected]> | 2022-05-04 17:50:09 +0100 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2022-05-05 16:50:11 -0400 |
| commit | 0a8c5ec66a26cc0a6b0b7e760e5bf66872877541 (patch) | |
| tree | 7d309b6217b35544a02289b84cede9c3987d091f /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | 26817fb7b066b21c66cd41d75ed2137e046045be (diff) | |
drm/amdgpu/gfx11: Add missing break
This stops clang complaining:
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c:5895:2: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough]
default:
^
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c:5895:2: note: insert 'break;' to avoid fall-through
default:
^
break;
Signed-off-by: Mike Lothian <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions