Re: [PATCH] [media] v4l: vsp1: fix error return code in vsp1_video_init()

2013-09-16 Thread Laurent Pinchart
Hi Wei, Thank you for your patch. On Wednesday 11 September 2013 22:10:24 Wei Yongjun wrote: From: Wei Yongjun yongjun_...@trendmicro.com.cn Fix to return a negative error code from the error handling case instead of 0, as done elsewhere in this function. Signed-off-by: Wei Yongjun

[PATCH] [media] v4l: vsp1: fix error return code in vsp1_video_init()

2013-09-11 Thread Wei Yongjun
From: Wei Yongjun yongjun_...@trendmicro.com.cn Fix to return a negative error code from the error handling case instead of 0, as done elsewhere in this function. Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn --- drivers/media/platform/vsp1/vsp1_video.c | 4 +++- 1 file changed, 3