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


_______________________________________________
barebox mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to