aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/trace-event-scripting.c
diff options
context:
space:
mode:
authorDan Carpenter <[email protected]>2013-07-01 19:39:34 +0300
committerAlex Deucher <[email protected]>2013-10-09 17:13:47 -0400
commit89cd67b326fa95872cc2b4524cd807128db6071d (patch)
tree4a2b653055cefed438c964d5d9c66b471bb9f8c8 /tools/perf/util/trace-event-scripting.c
parent50b8f5aec04ebec7dbdf2adb17220b9148c99e63 (diff)
drm/radeon: forever loop on error in radeon_do_test_moves()
The error path does this: for (--i; i >= 0; --i) { which is a forever loop because "i" is unsigned. Signed-off-by: Dan Carpenter <[email protected]> Signed-off-by: Alex Deucher <[email protected]> Cc: [email protected]
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions