提交 ce42cf4b 编写于 作者: A Andrzej Hajda 提交者: Inki Dae

drm/exynos/decon5433: remove useless check

TE IRQ is enabled only in case of sw-trigger, so trigger check
is redundant.
Signed-off-by: NAndrzej Hajda <a.hajda@samsung.com>
Signed-off-by: NInki Dae <inki.dae@samsung.com>
上级 2073ddb4
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册