Re: [PATCH] drivers/usb/gadget: using strlcpy instead of strncpy

2013-03-04 Thread Chen Gang
于 2013年03月04日 01:35, Laurent Pinchart 写道: > On Sunday 03 March 2013 01:23:46 Felipe Balbi wrote: >> > On Fri, Mar 01, 2013 at 08:47:34PM +0100, Laurent Pinchart wrote: >>> > > On Wednesday 27 February 2013 10:26:23 Felipe Balbi wrote: > > > On Sat, Feb 02, 2013 at 03:48:54PM +0800, Chen Gang w

Re: [PATCH] drivers/usb/gadget: using strlcpy instead of strncpy

2013-03-04 Thread Chen Gang
于 2013年03月02日 03:47, Laurent Pinchart 写道: > I've taken the patch in my tree. > > I've just sent a consolidated series of most pending UVC gadget patches to > the > list, and I will send you a pull request as soon as I receive a Tested-by. thanks -- Chen Gang Asianux Corporation -- To unsub

Re: [PATCH] drivers/usb/gadget: using strlcpy instead of strncpy

2013-03-03 Thread Laurent Pinchart
Hi Felipe, On Sunday 03 March 2013 01:23:46 Felipe Balbi wrote: > On Fri, Mar 01, 2013 at 08:47:34PM +0100, Laurent Pinchart wrote: > > On Wednesday 27 February 2013 10:26:23 Felipe Balbi wrote: > > > On Sat, Feb 02, 2013 at 03:48:54PM +0800, Chen Gang wrote: > > > > for NUL terminated string, b

Re: [PATCH] drivers/usb/gadget: using strlcpy instead of strncpy

2013-03-02 Thread Felipe Balbi
Hi, On Fri, Mar 01, 2013 at 08:47:34PM +0100, Laurent Pinchart wrote: > Hi Felipe, > > On Wednesday 27 February 2013 10:26:23 Felipe Balbi wrote: > > On Sat, Feb 02, 2013 at 03:48:54PM +0800, Chen Gang wrote: > > > for NUL terminated string, better notice '\0' in the end. > > > > > > Signed-of

Re: [PATCH] drivers/usb/gadget: using strlcpy instead of strncpy

2013-03-01 Thread Laurent Pinchart
Hi Felipe, On Wednesday 27 February 2013 10:26:23 Felipe Balbi wrote: > On Sat, Feb 02, 2013 at 03:48:54PM +0800, Chen Gang wrote: > > for NUL terminated string, better notice '\0' in the end. > > > > Signed-off-by: Chen Gang > > Laurent, are you taking this patch or should I ? I've taken th

Re: [PATCH] drivers/usb/gadget: using strlcpy instead of strncpy

2013-02-27 Thread Felipe Balbi
On Sat, Feb 02, 2013 at 03:48:54PM +0800, Chen Gang wrote: > > for NUL terminated string, better notice '\0' in the end. > > Signed-off-by: Chen Gang Laurent, are you taking this patch or should I ? -- balbi signature.asc Description: Digital signature

[PATCH] drivers/usb/gadget: using strlcpy instead of strncpy

2013-02-01 Thread Chen Gang
for NUL terminated string, better notice '\0' in the end. Signed-off-by: Chen Gang --- drivers/usb/gadget/f_uvc.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/usb/gadget/f_uvc.c b/drivers/usb/gadget/f_uvc.c index 5b62987..92efd6e 100644 --- a/drivers/usb/

Re: [PATCH] drivers/usb/gadget: using strlcpy instead of strncpy

2013-01-22 Thread Chen Gang
于 2013年01月23日 09:00, Laurent Pinchart 写道: > Thank you for the patch. I've applied it to my tree. thanks. -- Chen Gang Asianux Corporation -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo info at http:

Re: [PATCH] drivers/usb/gadget: using strlcpy instead of strncpy

2013-01-22 Thread Laurent Pinchart
Hi, On Monday 21 January 2013 19:35:38 Chen Gang wrote: > for NUL terminated string, better notice '\0' in the end. > > Signed-off-by: Chen Gang Thank you for the patch. I've applied it to my tree. > --- > drivers/usb/gadget/uvc_v4l2.c |6 +++--- > 1 file changed, 3 insertions(+), 3 del

[PATCH] drivers/usb/gadget: using strlcpy instead of strncpy

2013-01-21 Thread Chen Gang
for NUL terminated string, better notice '\0' in the end. Signed-off-by: Chen Gang --- drivers/usb/gadget/uvc_v4l2.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/usb/gadget/uvc_v4l2.c b/drivers/usb/gadget/uvc_v4l2.c index 2ca9386..a9934c7 100644 --- a/d