dect
/
linux-2.6
Archived
13
0
Fork 0

drm/i915: outstanding_lazy_request is a u32

So don't assign it false, that's just confusing ... No functional
change here.

Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter 2012-01-25 14:03:57 +01:00
parent 67a3744f75
commit 5391d0cffe
1 changed files with 1 additions and 1 deletions

View File

@ -1610,7 +1610,7 @@ i915_add_request(struct intel_ring_buffer *ring,
spin_unlock(&file_priv->mm.lock);
}
ring->outstanding_lazy_request = false;
ring->outstanding_lazy_request = 0;
if (!dev_priv->mm.suspended) {
if (i915_enable_hangcheck) {