[PATCH v2 1/2] usb: gadget: dfu: Rework print messages
Jules Maselbas
jmaselbas at kalray.eu
Tue Feb 16 04:49:56 EST 2021
Hi Bartek,
On Tue, Feb 16, 2021 at 10:19:00AM +0100, Bartosz Bilas wrote:
> > @@ -209,7 +210,7 @@ dfu_bind(struct usb_configuration *c, struct usb_function *f)
> > dfu->dnreq = usb_ep_alloc_request(c->cdev->gadget->ep0);
> > if (!dfu->dnreq) {
> > - printf("usb_ep_alloc_request failed\n");
> > + pr_err("dfu: usb_ep_alloc_request failed\n");
>
> you have missed this one ^^^^^
>
Thank you for catching this :]
Best
More information about the barebox
mailing list