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

Commit ad779e06 authored by Harsh Agarwal's avatar Harsh Agarwal
Browse files

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



After enabling dynamic debug, there's excessive logging from
this particular print. Remove this print as this complicates
debugging and also hogs the CPU dmesg buffer.

Change-Id: I2ac30469bd24860af6041d40892ec029a4c2958c
Signed-off-by: default avatarHarsh Agarwal <harshq@codeaurora.org>
parent e62f5f0c
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,