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

Commit 91dac060 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 2bb00a64 cd3259a8
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -4245,9 +4245,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,