summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_drm_dmabuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/exynos/exynos_drm_dmabuf.c')
-rw-r--r--drivers/gpu/drm/exynos/exynos_drm_dmabuf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_dmabuf.c b/drivers/gpu/drm/exynos/exynos_drm_dmabuf.c
index 4dcb1009644..c15d81bb201 100644
--- a/drivers/gpu/drm/exynos/exynos_drm_dmabuf.c
+++ b/drivers/gpu/drm/exynos/exynos_drm_dmabuf.c
@@ -170,8 +170,8 @@ static void exynos_dmabuf_release(struct dma_buf *dmabuf)
* to drop the references that these values had been increased
* at drm_prime_handle_to_fd()
*/
- if (exynos_gem_obj->base.export_dma_buf == dmabuf) {
- exynos_gem_obj->base.export_dma_buf = NULL;
+ if (exynos_gem_obj->base.dma_buf == dmabuf) {
+ exynos_gem_obj->base.dma_buf = NULL;
/*
* drop this gem object refcount to release allocated buffer