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

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

[media] nuvoton-cir: remove unneeded call to nvt_set_cir_iren



Calling nvt_set_cir_iren separately is not needed as this is done
by nvt_cir_regs_init.

Signed-off-by: default avatarHeiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent 0c6fbfdf
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1179,9 +1179,6 @@ static int nvt_resume(struct pnp_dev *pdev)

	nvt_dbg("%s called", __func__);

	/* open interrupt */
	nvt_set_cir_iren(nvt);

	nvt_cir_regs_init(nvt);
	nvt_cir_wake_regs_init(nvt);