diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2012-12-02 13:18:35 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-12-21 20:21:46 +0400 |
commit | 4d22f1086d24f61e271e1e84c0c27db4ad495e8f (patch) | |
tree | debedbf9c8ea35e0546b661e7374777e2520c426 /firmware | |
parent | cfe9dbd8a76835abd33ba92060817e2699524b1e (diff) | |
download | linux-4d22f1086d24f61e271e1e84c0c27db4ad495e8f.tar.xz |
[media] media: davinci: vpbe: fix return value check in vpbe_display_reqbufs()
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().
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Acked-by: Prabhakar Lad <prabhakar.lad@ti.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'firmware')
0 files changed, 0 insertions, 0 deletions