Re: [U-Boot] [PATCH v3 2/5] usb: handle NULL table in usb_gadget_get_string

2014-04-15 Thread Lukasz Majewski
Hi Rob, > From: Rob Herring > > Allow a NULL table to be passed to usb_gadget_get_string for cases > when a string table may not be populated. I might be wrong, since I'm not the native speaker, but this description is a bit misleading. For me this patch is supposed to prevent from using unini

Re: [U-Boot] [PATCH v3 2/5] usb: handle NULL table in usb_gadget_get_string

2014-04-11 Thread Marek Vasut
On Thursday, April 10, 2014 at 09:18:04 PM, Rob Herring wrote: > From: Rob Herring > > Allow a NULL table to be passed to usb_gadget_get_string for cases > when a string table may not be populated. > > Signed-off-by: Rob Herring Acked-by: Marek Vasut Best regards, Marek Vasut ___

Re: [U-Boot] [PATCH v3 2/5] usb: handle NULL table in usb_gadget_get_string

2014-04-11 Thread Tom Rini
On Thu, Apr 10, 2014 at 02:18:04PM -0500, Rob Herring wrote: > From: Rob Herring > > Allow a NULL table to be passed to usb_gadget_get_string for cases > when a string table may not be populated. > > Signed-off-by: Rob Herring Reviewed-by: Tom Rini -- Tom signature.asc Description: Digit

[U-Boot] [PATCH v3 2/5] usb: handle NULL table in usb_gadget_get_string

2014-04-10 Thread Rob Herring
From: Rob Herring Allow a NULL table to be passed to usb_gadget_get_string for cases when a string table may not be populated. Signed-off-by: Rob Herring --- drivers/usb/gadget/usbstring.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/usb/gadget/usbstring.c b/drivers/usb/gadge