aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform
diff options
context:
space:
mode:
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>2013-09-02 05:06:10 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2013-10-03 14:04:35 -0300
commit2fcd9dc3114506c82744c581e0a4e7fcb5b28f08 (patch)
treeba5fcfcb60ef35cd45c4aac35e4be62be0c80c8d /drivers/media/platform
parent[media] cx24117: use hybrid_tuner_request/release_state to share state between multiple instances (diff)
downloadlinux-dev-2fcd9dc3114506c82744c581e0a4e7fcb5b28f08.tar.xz
linux-dev-2fcd9dc3114506c82744c581e0a4e7fcb5b28f08.zip
[media] davinci: vpif_capture: fix error return code in vpif_probe()
Fix to return -ENODEV in the subdevice register error handling. Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Acked-by: Lad, Prabhakar <prabhakar.csengg@gmail.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/platform')
-rw-r--r--drivers/media/platform/davinci/vpif_capture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/davinci/vpif_capture.c b/drivers/media/platform/davinci/vpif_capture.c
index 1089834a4efe..52ac5e6c8625 100644
--- a/drivers/media/platform/davinci/vpif_capture.c
+++ b/drivers/media/platform/davinci/vpif_capture.c
@@ -2154,7 +2154,7 @@ static __init int vpif_probe(struct platform_device *pdev)
if (!vpif_obj.sd[i]) {
vpif_err("Error registering v4l2 subdevice\n");
- err = -ENOMEM;
+ err = -ENODEV;
goto probe_subdev_out;
}
v4l2_info(&vpif_obj.v4l2_dev,