diff options
author | Jon Bloomfield <[email protected]> | 2018-09-27 10:23:17 -0700 |
---|---|---|
committer | Jon Bloomfield <[email protected]> | 2019-11-05 11:37:54 -0800 |
commit | 0546a29cd884fb8184731c79ab008927ca8859d0 (patch) | |
tree | 43bfcd52bc33f7ce95a871075acc4447e8f7e7ad /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 0f2f39758341df70202ae1c42d5a1e4ee392b6d3 (diff) |
drm/i915/cmdparser: Use explicit goto for error paths
In the next patch we will be adding a second valid
termination condition which will require a small
amount of refactoring to share logic with the BB_END
case.
Refactor all error conditions to jump to a dedicated
exit path, with 'break' reserved only for a successful
parse.
Cc: Tony Luck <[email protected]>
Cc: Dave Airlie <[email protected]>
Cc: Takashi Iwai <[email protected]>
Cc: Tyler Hicks <[email protected]>
Signed-off-by: Jon Bloomfield <[email protected]>
Reviewed-by: Chris Wilson <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions