Skip to content
Commit 21d139d7 authored by Christian König's avatar Christian König
Browse files

dma-buf/sync-file: fix logic error in new fence merge code



When the array is empty because everything is signaled we can't use
add_fence() to add something because that would filter the signaled
fence again.

Signed-off-by: default avatarChristian König <christian.koenig@amd.com>
Fixes: 519f490d

 ("dma-buf/sync-file: fix warning about fence containers")
Reviewed-by: default avatarThomas Hellström <thomas.hellstrom@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220329070001.134180-1-christian.koenig@amd.com
parent 519f490d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment