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

Commit 0c980114 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: replace %p with %pK"

parents 51364aea 886ddda0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1307,7 +1307,7 @@ static int __dwc3_gadget_ep_queue(struct dwc3_ep *dep, struct dwc3_request *req)


	if (req->request.status == -EINPROGRESS) {
	if (req->request.status == -EINPROGRESS) {
		ret = -EBUSY;
		ret = -EBUSY;
		dev_err_ratelimited(dwc->dev, "%s: %p request already in queue",
		dev_err_ratelimited(dwc->dev, "%s: %pK request already in queue",
					dep->name, req);
					dep->name, req);
		return ret;
		return ret;
	}
	}