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

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

Merge "dwc3-msm: Replace suspend abort warning to dev_dbg"

parents 28c72e00 b1248316
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1575,7 +1575,8 @@ static int dwc3_msm_suspend(struct dwc3_msm *mdwc)
		for (i = 0; i < dwc->num_event_buffers; i++) {
			struct dwc3_event_buffer *evt = dwc->ev_buffs[i];
			if ((evt->flags & DWC3_EVENT_PENDING)) {
				dev_warn(mdwc->dev, "%s: %d device events pending, abort suspend\n",
				dev_dbg(mdwc->dev,
				"%s: %d device events pending, abort suspend\n",
				__func__, evt->count / 4);
				dbg_print_reg("PENDING DEVICE EVENT",
						*(u32 *)(evt->buf + evt->lpos));