aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/SchedGui.py
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2019-08-01 12:01:45 +0100
committerAlex Deucher <[email protected]>2019-08-02 10:30:38 -0500
commitac4bf4a1ebce7554628db89498ec49054c7bcdba (patch)
tree425d4b9f798e249c4fd9f785eab06bfd5ee49a04 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/SchedGui.py
parentf0ced3f61b4d2a21a3e0f0aa79fb5ad6c6717c31 (diff)
drm/amdgpu: fix unsigned variable instance compared to less than zero
Currenly the error check on variable instance is always false because it is a uint32_t type and this is never less than zero. Fix this by making it an int type. Addresses-Coverity: ("Unsigned compared against 0") Fixes: 7d0e6329dfdc ("drm/amdgpu: update more sdma instances irq support") Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/SchedGui.py')
0 files changed, 0 insertions, 0 deletions