usb: gadget: uvc: Use strlcpy instead of strncpy
authorChen Gang <gang.chen@asianux.com>
Fri, 1 Mar 2013 19:46:33 +0000 (20:46 +0100)
committerFelipe Balbi <balbi@ti.com>
Mon, 18 Mar 2013 09:18:23 +0000 (11:18 +0200)
For NULL terminated string, better notice '\0' in the end.

Signed-off-by: Chen Gang <gang.chen@asianux.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Tested-by: Bhupesh Sharma <bhupesh.sharma@st.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>

No differences found