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 s...@chromium.org 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 ma...@denx.de 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 s...@chromium.org wrote:
  The terminator is missing. Add it for completeness.
 
  Signed-off-by: Simon Glass s...@chromium.org

 Reviewed-by: Joe Hershberger joe.hershber...@ni.com
 Tested-by: Joe Hershberger joe.hershber...@ni.com

 Hi Simon,

 will you pick these please ?

 Best regards,
 Marek Vasut

Applied to u-boot-dm.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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 s...@chromium.org wrote:
 The terminator is missing. Add it for completeness.

 Signed-off-by: Simon Glass s...@chromium.org

Reviewed-by: Joe Hershberger joe.hershber...@ni.com
Tested-by: Joe Hershberger joe.hershber...@ni.com
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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 s...@chromium.org wrote:
  The terminator is missing. Add it for completeness.
  
  Signed-off-by: Simon Glass s...@chromium.org
 
 Reviewed-by: Joe Hershberger joe.hershber...@ni.com
 Tested-by: Joe Hershberger joe.hershber...@ni.com

Hi Simon,

will you pick these please ?

Best regards,
Marek Vasut
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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 ma...@denx.de 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 s...@chromium.org wrote:
  The terminator is missing. Add it for completeness.
 
  Signed-off-by: Simon Glass s...@chromium.org

 Reviewed-by: Joe Hershberger joe.hershber...@ni.com
 Tested-by: Joe Hershberger joe.hershber...@ni.com

 Hi Simon,

 will you pick these please ?

 Best regards,
 Marek Vasut
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[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 s...@chromium.org
---

 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.c
+++ b/drivers/usb/emul/sandbox_hub.c
@@ -32,6 +32,7 @@ static struct usb_string hub_strings[] = {
{STRING_MANUFACTURER,   sandbox},
{STRING_PRODUCT,hub},
{STRING_SERIAL, 2345},
+   {},
 };
 
 static struct usb_device_descriptor hub_device_desc = {
-- 
2.2.0.rc0.207.ga3a616c

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot