aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/check-perf-trace.py
diff options
context:
space:
mode:
authorThorsten Blum <[email protected]>2024-06-03 20:00:07 +0200
committerMatthew Brost <[email protected]>2024-06-05 09:35:53 -0700
commitb3181f433206a1432bc7093d1896fe36026f7fff (patch)
tree0a916f6830ea44265efbea0414254f498aa1627a /tools/perf/scripts/python/check-perf-trace.py
parentf6c823f9b9d40f6811a6da4bcf6005a52f28c6d6 (diff)
drm/xe/vm: Simplify if condition
The if condition !A || A && B can be simplified to !A || B. Fixes the following Coccinelle/coccicheck warning reported by excluded_middle.cocci: WARNING !A || A && B is equivalent to !A || B Compile-tested only. Signed-off-by: Thorsten Blum <[email protected]> Reviewed-by: Matthew Brost <[email protected]> Signed-off-by: Matthew Brost <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions