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

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

Merge "usb: dwc3-msm: Remove print for interrupts in perf_vote_work"

parents 17a25b64 ad779e06
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -4198,9 +4198,6 @@ static void msm_dwc3_perf_vote_work(struct work_struct *w)
	if (dwc->irq_cnt - last_irq_cnt >= PM_QOS_THRESHOLD)
		in_perf_mode = true;

	pr_debug("%s: in_perf_mode:%u, interrupts in last sample:%lu\n",
		 __func__, in_perf_mode, (dwc->irq_cnt - last_irq_cnt));

	last_irq_cnt = dwc->irq_cnt;
	msm_dwc3_perf_vote_update(mdwc, in_perf_mode);
	schedule_delayed_work(&mdwc->perf_vote_work,