mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-21 03:54:03 +08:00
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:
parent
67a3744f75
commit
5391d0cffe
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user