panfrost: Fix missing ret assignment in DRM code
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
This commit is contained in:
parent
c43fa6b320
commit
87afc2e2da
1 changed files with 1 additions and 1 deletions
|
|
@ -420,7 +420,7 @@ panfrost_drm_fence_finish(struct pipe_screen *pscreen,
|
|||
return false;
|
||||
}
|
||||
|
||||
drmSyncobjImportSyncFile(screen->fd, syncobj, f->fd);
|
||||
ret = drmSyncobjImportSyncFile(screen->fd, syncobj, f->fd);
|
||||
if (ret) {
|
||||
fprintf(stderr, "Failed to import fence to syncobj: %m\n");
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue