drm/i915: Correct a comment about the use of the workqueue.
authorEric Anholt <eric@anholt.net>
Thu, 18 Nov 2010 01:31:12 +0000 (09:31 +0800)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 22 Nov 2010 08:58:01 +0000 (08:58 +0000)
It isn't used for the hangcheck, which does its work right from the
timer trigger, but hangcheck can lead to error state recording, which
is run off of the workqueue.

Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>

No differences found