Re: [U-Boot] [PATCH 12/16] usb: ohci: Do not resubmit and leak urbs for interrupt packets

2015-05-05 Thread Marek Vasut
On Tuesday, May 05, 2015 at 11:56:15 PM, Hans de Goede wrote: > Auto-resubmission of interrupt packets does not match the u-boot usb model. Just a bit more verbose commit message would be helpful, really ;-) > Signed-off-by: Hans de Goede Acked-by: Marek Vasut Best regards, Marek Vasut __

[U-Boot] [PATCH 12/16] usb: ohci: Do not resubmit and leak urbs for interrupt packets

2015-05-05 Thread Hans de Goede
Auto-resubmission of interrupt packets does not match the u-boot usb model. Signed-off-by: Hans de Goede --- drivers/usb/host/ohci-hcd.c | 41 ++--- 1 file changed, 2 insertions(+), 39 deletions(-) diff --git a/drivers/usb/host/ohci-hcd.c b/drivers/usb/host/o