Re: [U-Boot] [PATCH 2/5] dm: usb: Add a terminator to the string destructor list

2015-04-22 Thread Simon Glass
On 21 April 2015 at 11:11, Simon Glass wrote: > Hi Marek, > > Yes, will do. I need to review the pmic stuff too. > > Regards, > Simon > > > On 21 April 2015 at 11:08, Marek Vasut wrote: >> On Tuesday, April 21, 2015 at 05:40:00 PM, Joe Hershberger wrote: >>> Hi Simon, >>> >>> On Sun, Apr 19, 2015

Re: [U-Boot] [PATCH 2/5] dm: usb: Add a terminator to the string destructor list

2015-04-21 Thread Simon Glass
Hi Marek, Yes, will do. I need to review the pmic stuff too. Regards, Simon On 21 April 2015 at 11:08, Marek Vasut wrote: > On Tuesday, April 21, 2015 at 05:40:00 PM, Joe Hershberger wrote: >> Hi Simon, >> >> On Sun, Apr 19, 2015 at 8:20 AM, Simon Glass wrote: >> > The terminator is missing.

Re: [U-Boot] [PATCH 2/5] dm: usb: Add a terminator to the string destructor list

2015-04-21 Thread Marek Vasut
On Tuesday, April 21, 2015 at 05:40:00 PM, Joe Hershberger wrote: > Hi Simon, > > On Sun, Apr 19, 2015 at 8:20 AM, Simon Glass wrote: > > The terminator is missing. Add it for completeness. > > > > Signed-off-by: Simon Glass > > Reviewed-by: Joe Hershberger > Tested-by: Joe Hershberger Hi S

Re: [U-Boot] [PATCH 2/5] dm: usb: Add a terminator to the string destructor list

2015-04-21 Thread Joe Hershberger
Hi Simon, On Sun, Apr 19, 2015 at 8:20 AM, Simon Glass wrote: > The terminator is missing. Add it for completeness. > > Signed-off-by: Simon Glass Reviewed-by: Joe Hershberger Tested-by: Joe Hershberger ___ U-Boot mailing list U-Boot@lists.denx.de h

[U-Boot] [PATCH 2/5] dm: usb: Add a terminator to the string destructor list

2015-04-19 Thread Simon Glass
The terminator is missing. Add it for completeness. Signed-off-by: Simon Glass --- drivers/usb/emul/sandbox_hub.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/emul/sandbox_hub.c b/drivers/usb/emul/sandbox_hub.c index 280c708..baf8bdc 100644 --- a/drivers/usb/emul/sandbox_hub.