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

Commit b29453ac authored by Sigmund Augdal's avatar Sigmund Augdal Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (13766): [Mantis] Bug: Fix wrong exit condition

parent 8b9c385f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -31,8 +31,6 @@ static void mantis_hifevm_work(struct work_struct *work)

	gpif_stat = mmread(MANTIS_GPIF_STATUS);
	gpif_mask = mmread(MANTIS_GPIF_IRQCFG);
	if (!((gpif_stat & 0xff) & (gpif_mask & 0xff)))
		return;

	if (gpif_stat & MANTIS_GPIF_DETSTAT) {
		if (gpif_stat & MANTIS_CARD_PLUGIN) {