Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ce42cf4b authored by Andrzej Hajda's avatar Andrzej Hajda Committed by Inki Dae
Browse files

drm/exynos/decon5433: remove useless check



TE IRQ is enabled only in case of sw-trigger, so trigger check
is redundant.

Signed-off-by: default avatarAndrzej Hajda <a.hajda@samsung.com>
Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
parent 2073ddb4
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -482,9 +482,6 @@ static irqreturn_t decon_te_irq_handler(int irq, void *dev_id)
{
	struct decon_context *ctx = dev_id;

	if (ctx->out_type & I80_HW_TRG)
		return IRQ_HANDLED;

	decon_set_bits(ctx, DECON_TRIGCON, TRIGCON_SWTRIGCMD, ~0);

	return IRQ_HANDLED;