diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2017-12-19 13:09:48 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2017-12-19 21:55:13 +0000 |
commit | 93dff1008a4ef92aaf26b4b188a09a1acc4522df (patch) | |
tree | 0413af5be0994c24836cb1b028548b01e4c33765 /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | 398c8a300b79b76fbac63b844ddc0cdfe5e5005f (diff) |
drm/i915: Remove pointer indirection for hangcheck_state local
Use the local on-stack struct directly rather than hide it behind a
pointer. This should be both clearer for the reader and the compiler (we
rely on the compiler seeing through the functions to spot uninitialized
uses of the local).
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20171219130948.6282-1-chris@chris-wilson.co.uk
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions