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

Commit 0c6fbfdf authored by Heiner Kallweit's avatar Heiner Kallweit Committed by Mauro Carvalho Chehab
Browse files

[media] nuvoton-cir: remove unneeded EFM operation in nvt_cir_isr



Selecting the logical device in the interrupt handler is not needed
as no configuration register is accessed.

Signed-off-by: default avatarHeiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent ccca00d6
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -790,10 +790,6 @@ static irqreturn_t nvt_cir_isr(int irq, void *data)

	nvt_dbg_verbose("%s firing", __func__);

	nvt_efm_enable(nvt);
	nvt_select_logical_dev(nvt, LOGICAL_DEV_CIR);
	nvt_efm_disable(nvt);

	/*
	 * Get IR Status register contents. Write 1 to ack/clear
	 *