From 2fc9531a488deb9dce86dd7259b46b603fe99d37 Mon Sep 17 00:00:00 2001 From: Chanho Park Date: Fri, 22 Aug 2014 17:53:34 +0900 Subject: local: drm/exynos: fix dmabuf variable name Change-Id: Ie106e49107d687d053259fa35f889374a8cc0924 Signed-off-by: Chanho Park --- drivers/gpu/drm/exynos/exynos_drm_dmabuf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/gpu/drm/exynos/exynos_drm_dmabuf.c') 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 -- cgit v1.2.3