mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
drm/exynos/decon5433: remove useless check
TE IRQ is enabled only in case of sw-trigger, so trigger check is redundant. Signed-off-by: Andrzej Hajda <a.hajda@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>
This commit is contained in:
parent
2073ddb4ff
commit
ce42cf4b03
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue