Re: [U-Boot] [PATCH 11/16] usb: ohci: Don't log an error on interrupt packet timeout

2015-05-06 Thread Simon Glass
On 5 May 2015 at 16:59, Marek Vasut wrote: > On Tuesday, May 05, 2015 at 11:56:14 PM, Hans de Goede wrote: >> Interrupts transfers timing out is normal, so do not log an error for this. >> >> Signed-off-by: Hans de Goede > > Acked-by: Marek Vasut Applied to u-boot-dm, thanks! __

Re: [U-Boot] [PATCH 11/16] usb: ohci: Don't log an error on interrupt packet timeout

2015-05-05 Thread Marek Vasut
On Tuesday, May 05, 2015 at 11:56:14 PM, Hans de Goede wrote: > Interrupts transfers timing out is normal, so do not log an error for this. > > Signed-off-by: Hans de Goede Acked-by: Marek Vasut Best regards, Marek Vasut ___ U-Boot mailing list U-Boo

[U-Boot] [PATCH 11/16] usb: ohci: Don't log an error on interrupt packet timeout

2015-05-05 Thread Hans de Goede
Interrupts transfers timing out is normal, so do not log an error for this. Signed-off-by: Hans de Goede --- drivers/usb/host/ohci-hcd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/usb/host/ohci-hcd.c b/drivers/usb/host/ohci-hcd.c index 3744658..494b760 100644 -