Commit 69e04857 authored by Inki Dae's avatar Inki Dae Committed by Inki Dae

drm/exynos: decon: remove unused variables

This patch just removes unused variables, i and ret.
Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
Reviewed-by: default avatarJavier Martinez Canillas <javier@osg.samsung.com>
parent 1b256fa4
......@@ -377,8 +377,6 @@ static void decon_swreset(struct decon_context *ctx)
static void decon_enable(struct exynos_drm_crtc *crtc)
{
struct decon_context *ctx = crtc->ctx;
int ret;
int i;
if (!test_and_clear_bit(BIT_SUSPENDED, &ctx->flags))
return;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment