drm/i915: Use a local to shorten req->i915->gpu_error.wait_queue
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 23 Feb 2017 07:44:10 +0000 (07:44 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 23 Feb 2017 14:49:29 +0000 (14:49 +0000)
commit4b36b2e506779008c302784437dc102d1ccc7537
treec02fc1ecf5af3bec0ece6dea2ee568df228fa2e9
parent12d3173b2e55b4abeb6710dbd7b823f5241c4a45
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
drivers/gpu/drm/i915/i915_gem_request.c