On 10 May 2015 at 06:10, Hans de Goede <[email protected]> wrote: > The u-boot usb code uses polling for all endpoints, including interrupt > endpoints, so urbs should never be automatically resubmitted. > > This also fixes a leak of the urb, as submit_int_msg() did not check if > an already re-submitted urb exists before creating a new one. > > Signed-off-by: Hans de Goede <[email protected]> > Acked-by: Marek Vasut <[email protected]> > --- > drivers/usb/host/ohci-hcd.c | 41 ++--------------------------------------- > 1 file changed, 2 insertions(+), 39 deletions(-)
Applied to u-boot-dm, thanks! _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

