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

Commit 4d019faf authored by Manu Abraham's avatar Manu Abraham Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (13778): [Mantis] Wr ACK is already handled in the fast path,



do not use the event manager to handle the fast events

Signed-off-by: default avatarManu Abraham <manu@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent e0e099a7
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -67,9 +67,6 @@ static void mantis_hifevm_work(struct work_struct *work)
	if (gpif_stat & MANTIS_GPIF_BRRDY)
		dprintk(verbose, MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): Smart Buffer Read Ready", mantis->num);

	if (mantis->gpif_status & MANTIS_GPIF_WRACK)
		dprintk(verbose, MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): Slave Write ACK", mantis->num);

	if (gpif_stat & MANTIS_GPIF_INTSTAT)
		dprintk(verbose, MANTIS_DEBUG, 1, "Event Mgr: Adapter(%d) Slot(0): GPIF IRQ", mantis->num);