Re: [PATCH] [media] vpif_capture: fix error return code in vpif_probe()

2013-05-12 Thread Prabhakar Lad
Hi Wei Thanks for the patch. On Mon, May 13, 2013 at 11:27 AM, Wei Yongjun wrote: > From: Wei Yongjun > > Fix to return -ENODEV in the subdevice register error handling > case instead of 0, as done elsewhere in this function. > > Signed-off-by: Wei Yongjun Acked-by: Lad, Prabhakar Regards,

[PATCH] [media] vpif_capture: fix error return code in vpif_probe()

2013-05-12 Thread Wei Yongjun
From: Wei Yongjun Fix to return -ENODEV in the subdevice register error handling case instead of 0, as done elsewhere in this function. Signed-off-by: Wei Yongjun --- drivers/media/platform/davinci/vpif_capture.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/platform/davinc