Skip to content

Commit

Permalink
drm/exynos: decon: remove unused variables
Browse files Browse the repository at this point in the history
This patch just removes unused variables, i and ret.

Signed-off-by: Inki Dae <[email protected]>
Reviewed-by: Javier Martinez Canillas <[email protected]>
  • Loading branch information
daeinki committed Dec 13, 2015
1 parent 1b256fa commit 69e0485
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/gpu/drm/exynos/exynos5433_drm_decon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 69e0485

Please sign in to comment.