|
@@ -176,7 +176,7 @@ static void timeline_fence_release(struct fence *fence)
|
|
|
|
|
|
spin_lock_irqsave(fence->lock, flags);
|
|
spin_lock_irqsave(fence->lock, flags);
|
|
list_del(&pt->child_list);
|
|
list_del(&pt->child_list);
|
|
- if (WARN_ON_ONCE(!list_empty(&pt->active_list)))
|
|
|
|
|
|
+ if (!list_empty(&pt->active_list))
|
|
list_del(&pt->active_list);
|
|
list_del(&pt->active_list);
|
|
spin_unlock_irqrestore(fence->lock, flags);
|
|
spin_unlock_irqrestore(fence->lock, flags);
|
|
|
|
|