drm/exynos: decon: remove unused variables
This patch just removes unused variables, i and ret. Signed-off-by: Inki Dae <inki.dae@samsung.com> Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
This commit is contained in:
Родитель
1b256fa4cd
Коммит
69e048572e
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче