]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Silence the error message from i915_wait_request()
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 22 Feb 2012 20:39:12 +0000 (20:39 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 27 Feb 2012 17:08:22 +0000 (18:08 +0100)
commit2e142b4a0c20318e1675271b75a02fd2220201d6
tree02cf9cd6a926e09ce465171e4e4449ab50510cab
parent88553fce322df67c9a1a00bab9f80812c1d44436
drm/i915: Silence the error message from i915_wait_request()

This error message has since been superseded by the hangcheck, and does
not add any salient information beyond that already printed by hangcheck
discovering the GPU hang that lead to i915_wait_request() bombing out in
the first place.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem.c