From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Wed, 06 May 2015 01:25:29 +0200 Subject: [U-Boot] [PATCH 09/16] usb: ohci: Fix ctrl in messages with a data-len of 0 In-Reply-To: <201505060059.04953.marex@denx.de> References: <1430862979-4684-1-git-send-email-hdegoede@redhat.com> <1430862979-4684-10-git-send-email-hdegoede@redhat.com> <201505060059.04953.marex@denx.de> Message-ID: <55495169.20606@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 a specific commit, I noticed this when comparing bits of the u-boot and linux code. Regards, Hans > >> Signed-off-by: Hans de Goede > > Acked-by: Marek Vasut > > Best regards, > Marek Vasut >