Re: [U-Boot] [PATCH 09/16] usb: ohci: Fix ctrl in messages with a data-len of 0

2015-05-06 Thread Simon Glass
On 5 May 2015 at 17:38, Marek Vasut wrote: > On Wednesday, May 06, 2015 at 01:25:29 AM, Hans de Goede wrote: >> Hi, >> >> On 05/06/2015 12:59 AM, Marek Vasut wrote: >> > On Tuesday, May 05, 2015 at 11:56:12 PM, Hans de Goede wrote: >> >> Fix taken from the Linux kernel ohci driver. >> > >> > Commi

Re: [U-Boot] [PATCH 09/16] usb: ohci: Fix ctrl in messages with a data-len of 0

2015-05-05 Thread Marek Vasut
On Wednesday, May 06, 2015 at 01:25:29 AM, Hans de Goede wrote: > Hi, > > On 05/06/2015 12:59 AM, Marek Vasut wrote: > > On Tuesday, May 05, 2015 at 11:56:12 PM, Hans de Goede wrote: > >> Fix taken from the Linux kernel ohci driver. > > > > Commit ID from Linux where this came from would be nice

Re: [U-Boot] [PATCH 09/16] usb: ohci: Fix ctrl in messages with a data-len of 0

2015-05-05 Thread Hans de Goede
Hi, On 05/06/2015 12:59 AM, Marek Vasut wrote: On Tuesday, May 05, 2015 at 11:56:12 PM, Hans de Goede wrote: Fix taken from the Linux kernel ohci driver. Commit ID from Linux where this came from would be nice to have in the commit message, but that's a minor thing. I did not take this from

Re: [U-Boot] [PATCH 09/16] usb: ohci: Fix ctrl in messages with a data-len of 0

2015-05-05 Thread Marek Vasut
On Tuesday, May 05, 2015 at 11:56:12 PM, Hans de Goede wrote: > Fix taken from the Linux kernel ohci driver. Commit ID from Linux where this came from would be nice to have in the commit message, but that's a minor thing. > Signed-off-by: Hans de Goede Acked-by: Marek Vasut Best regards, Mare

[U-Boot] [PATCH 09/16] usb: ohci: Fix ctrl in messages with a data-len of 0

2015-05-05 Thread Hans de Goede
Fix taken from the Linux kernel ohci driver. Signed-off-by: Hans de Goede --- drivers/usb/host/ohci-hcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/host/ohci-hcd.c b/drivers/usb/host/ohci-hcd.c index 15aea98..02aa7f3 100644 --- a/drivers/usb/host/ohci-hcd.c