diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2012-11-15 09:18:17 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-11-22 12:23:26 -0200 |
commit | 94b76a88f16c869109c41380c77f4a2b847650e3 (patch) | |
tree | 64d10fc4d75c204176f6a450b703443251480888 /drivers/media/platform/s5p-mfc | |
parent | 63af4af59238fc17e70d0b0046362c804d4fc567 (diff) | |
download | kernel_goldelico_gta04-94b76a88f16c869109c41380c77f4a2b847650e3.zip kernel_goldelico_gta04-94b76a88f16c869109c41380c77f4a2b847650e3.tar.gz kernel_goldelico_gta04-94b76a88f16c869109c41380c77f4a2b847650e3.tar.bz2 |
[media] davinci: vpif: fix return value check for vb2_dma_contig_init_ctx()
In case of error, the function vb2_dma_contig_init_ctx() returns
ERR_PTR() and never returns NULL. The NULL test in the return value
check should be replaced with IS_ERR().
dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Acked-by: Lad, Prabhakar <prabhakar.lad@ti.com>
[prabhakar.lad@ti.com: reword commit header]
Signed-off-by: Lad, Prabhakar <prabhakar.lad@ti.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/platform/s5p-mfc')
0 files changed, 0 insertions, 0 deletions