commit | 4b36b2e506779008c302784437dc102d1ccc7537 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Feb 23 07:44:10 2017 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Thu Feb 23 14:49:29 2017 +0000 |
tree | c02fc1ecf5af3bec0ece6dea2ee568df228fa2e9 | |
parent | 12d3173b2e55b4abeb6710dbd7b823f5241c4a45 [diff] |
drm/i915: Use a local to shorten req->i915->gpu_error.wait_queue Use a local variable to avoid having to type out the full name of the gpu_error wait_queue. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20170223074422.4125-5-chris@chris-wilson.co.uk