diff options
author | Chris Wilson <[email protected]> | 2021-01-22 19:29:13 +0000 |
---|---|---|
committer | Daniel Vetter <[email protected]> | 2021-03-24 19:30:35 +0100 |
commit | 041b7f07628969e2c266565d7ecf5b6e44979027 (patch) | |
tree | b90d7803ceecf4231b0c2300369755d678355bb4 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 32ce590bdd34f7603ca8e2b490c9227aa52fb5a6 (diff) |
drm/i915/gt: Replace 'return' with a fall-through
Checkpatch worries that the 'return' before an else clause might be
redundant. In this case, it is avoiding hitting the MISSING_CASE()
warning. Let us appease checkpatch by falling through to the end of the
function, which typically means that we then clean up the unused
wa_list.
Signed-off-by: Chris Wilson <[email protected]>
Reviewed-by: Michal Wajdeczko <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Signed-off-by: Daniel Vetter <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions