|
@@ -336,9 +336,6 @@ static bool fimc_check_ovf(struct fimc_context *ctx)
|
|
|
fimc_set_bits(ctx, EXYNOS_CIWDOFST,
|
|
|
EXYNOS_CIWDOFST_CLROVFIY | EXYNOS_CIWDOFST_CLROVFICB |
|
|
|
EXYNOS_CIWDOFST_CLROVFICR);
|
|
|
- fimc_clear_bits(ctx, EXYNOS_CIWDOFST,
|
|
|
- EXYNOS_CIWDOFST_CLROVFIY | EXYNOS_CIWDOFST_CLROVFICB |
|
|
|
- EXYNOS_CIWDOFST_CLROVFICR);
|
|
|
|
|
|
dev_err(ippdrv->dev, "occurred overflow at %d, status 0x%x.\n",
|
|
|
ctx->id, status);
|