drm/i915: Prevent uninitialised reads during error state capture
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 24 Jan 2011 12:34:00 +0000 (12:34 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 24 Jan 2011 18:28:29 +0000 (18:28 +0000)
error_bo and pinned_bo could be used uninitialised if there were no
active buffers.

Caught by kmemcheck.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>

No differences found