diff options
author | Andy Shevchenko <[email protected]> | 2023-11-03 22:18:22 +0200 |
---|---|---|
committer | Jani Nikula <[email protected]> | 2023-11-22 18:50:31 +0200 |
commit | a1f763fe869c6875a6649bb0c145e589e08087a0 (patch) | |
tree | a5b82b1c95792bb4a9bb0f8ad394a5147136e986 /tools/perf/scripts/python | |
parent | 1c8953b27d11269c9a9fa2d1bbd62bf3415749c0 (diff) |
drm/i915/dsi: Get rid of redundant 'else'
In the snippets like the following
if (...)
return / goto / break / continue ...;
else
...
the 'else' is redundant. Get rid of it.
Reviewed-by: Andi Shyti <[email protected]>
Signed-off-by: Andy Shevchenko <[email protected]>
Acked-by: Jani Nikula <[email protected]>
Tested-by: Hans de Goede <[email protected]>
Reviewed-by: Hans de Goede <[email protected]>
Signed-off-by: Jani Nikula <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions