diff options
Diffstat (limited to 'drivers/media/platform')
-rw-r--r-- | drivers/media/platform/exynos4-is/fimc-capture.c | 2 | ||||
-rw-r--r-- | drivers/media/platform/exynos4-is/fimc-lite.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/platform/exynos4-is/fimc-capture.c b/drivers/media/platform/exynos4-is/fimc-capture.c index fb27ff7e1e07..8a712ca91d11 100644 --- a/drivers/media/platform/exynos4-is/fimc-capture.c +++ b/drivers/media/platform/exynos4-is/fimc-capture.c | |||
@@ -549,7 +549,7 @@ static int fimc_capture_release(struct file *file) | |||
549 | vc->streaming = false; | 549 | vc->streaming = false; |
550 | } | 550 | } |
551 | 551 | ||
552 | ret = vb2_fop_release(file); | 552 | ret = _vb2_fop_release(file, NULL); |
553 | 553 | ||
554 | if (close) { | 554 | if (close) { |
555 | clear_bit(ST_CAPT_BUSY, &fimc->state); | 555 | clear_bit(ST_CAPT_BUSY, &fimc->state); |
diff --git a/drivers/media/platform/exynos4-is/fimc-lite.c b/drivers/media/platform/exynos4-is/fimc-lite.c index e5798f70d149..d3b32b6f795d 100644 --- a/drivers/media/platform/exynos4-is/fimc-lite.c +++ b/drivers/media/platform/exynos4-is/fimc-lite.c | |||
@@ -546,7 +546,7 @@ static int fimc_lite_release(struct file *file) | |||
546 | mutex_unlock(&entity->parent->graph_mutex); | 546 | mutex_unlock(&entity->parent->graph_mutex); |
547 | } | 547 | } |
548 | 548 | ||
549 | vb2_fop_release(file); | 549 | _vb2_fop_release(file, NULL); |
550 | pm_runtime_put(&fimc->pdev->dev); | 550 | pm_runtime_put(&fimc->pdev->dev); |
551 | clear_bit(ST_FLITE_SUSPENDED, &fimc->state); | 551 | clear_bit(ST_FLITE_SUSPENDED, &fimc->state); |
552 | 552 | ||