linux_dsm_epyc7002/drivers/media/platform/ti-vpe
Wei Yongjun b68231a1b5 [media] v4l: ti-vpe: fix return value check in vpe_probe()
In case of error, the function devm_kzalloc() and devm_ioremap()
returns NULL pointer not ERR_PTR(). The IS_ERR() test in the return
value check should be replaced with NULL test.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Reviewed-by: Archit Taneja <archit@ti.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2013-12-10 06:36:21 -02:00
..
Makefile [media] v4l: ti-vpe: Add VPE mem to mem driver 2013-10-28 15:17:30 -02:00
vpdma_priv.h [media] v4l: ti-vpe: Add helpers for creating VPDMA descriptors 2013-10-28 15:10:46 -02:00
vpdma.c [media] v4l: ti-vpe: Add helpers for creating VPDMA descriptors 2013-10-28 15:10:46 -02:00
vpdma.h [media] v4l: ti-vpe: Add helpers for creating VPDMA descriptors 2013-10-28 15:10:46 -02:00
vpe_regs.h [media] v4l: ti-vpe: Add VPE mem to mem driver 2013-10-28 15:17:30 -02:00
vpe.c [media] v4l: ti-vpe: fix return value check in vpe_probe() 2013-12-10 06:36:21 -02:00