summaryrefslogtreecommitdiff
path: root/v4l2-mfc-example/drm.c
diff options
context:
space:
mode:
Diffstat (limited to 'v4l2-mfc-example/drm.c')
-rw-r--r--v4l2-mfc-example/drm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l2-mfc-example/drm.c b/v4l2-mfc-example/drm.c
index c04595d..35fad03 100644
--- a/v4l2-mfc-example/drm.c
+++ b/v4l2-mfc-example/drm.c
@@ -246,8 +246,8 @@ int drm_open(struct instance *i)
*/
void drm_close(struct instance *i)
{
- drmClose(i->drm.fd);
exynos_drm_ipp_close(i);
+ drmClose(i->drm.fd);
}
/*
* Requise instance to get drm file descriptor and put data to struct