Skip to content
Snippets Groups Projects
Commit 78010cd9 authored by Rob Clark's avatar Rob Clark Committed by Daniel Vetter
Browse files
parent 714cf7ea
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,8 @@ int fence_signal_locked(struct fence *fence)
struct fence_cb *cur, *tmp;
int ret = 0;
lockdep_assert_held(fence->lock);
if (WARN_ON(!fence))
return -EINVAL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment