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

Commit 73a63033 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: lmh_lite: re-enable lmh interrupt only during polling"

parents f756176a 55c9facc
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -439,13 +439,6 @@ static irqreturn_t lmh_isr_thread(int irq, void *data)
			goto decide_next_action;
		}
	}
	lmh_read_and_update(lmh_dat);
	if (!lmh_dat->intr_status_val) {
		pr_debug("LMH not throttling. Enabling interrupt\n");
		lmh_dat->intr_state = LMH_ISR_MONITOR;
		trace_lmh_event_call("Lmh Zero throttle Interrupt Clear");
		goto decide_next_action;
	}

decide_next_action:
	if (lmh_dat->intr_state == LMH_ISR_POLLING)