Re: [PATCH v1 02/19] uvcvideo: Return 0 when setting probe control succeeds.

2013-09-03 Thread Laurent Pinchart
Hi Pawel, Thank you for the patch. On Friday 30 August 2013 11:17:01 Pawel Osciak wrote: > Return 0 instead of returning size of the probe control on successful set. This looks good, but could you update the commit message to explain why ? > Signed-off-by: Pawel Osciak > --- > drivers/media/u

[PATCH v1 02/19] uvcvideo: Return 0 when setting probe control succeeds.

2013-08-29 Thread Pawel Osciak
Return 0 instead of returning size of the probe control on successful set. Signed-off-by: Pawel Osciak --- drivers/media/usb/uvc/uvc_video.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/media/usb/uvc/uvc_video.c b/drivers/media/usb/uvc/uvc_video.c index 695f6d9..1198989 100644