[media] s5p-tv: fix error return code in mxr_acquire_video()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Mon, 13 May 2013 04:49:13 +0000 (01:49 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 13 Jun 2013 00:42:04 +0000 (21:42 -0300)
commit6a2f18cf58a59ba7de2a5f912b12d9732702969c
tree96a940843ebc499af8e472fb886ca2a5db667592
parentd46a5a68b1690fc9f47d6b3e13ccef4e79a87e84
[media] s5p-tv: fix error return code in mxr_acquire_video()

Fix to return a negative error code in the vb2_dma_contig_init_ctx()
error handling case instead of 0, as done elsewhere in this function.
Also vb2_dma_contig_init_ctx() return ERR_PTR() in case of error and
never return NULL, so use IS_ERR() replace IS_ERR_OR_NULL().

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/platform/s5p-tv/mixer_video.c
This page took 0.037723 seconds and 5 git commands to generate.