mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 13:07:00 +07:00
[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: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
parent
0c6fbfdf86
commit
d790c9b93b
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user