Hi Laurent,

Thanks for the patch.

On Tue, Mar 11, 2014 at 4:45 AM, Laurent Pinchart
<[email protected]> wrote:
> The video-level enum_dv_timings and dv_timings_cap operations are
> deprecated in favor of the pad-level versions. All subdev drivers
> implement the pad-level versions, switch to them.
>
> Cc: Prabhakar Lad <[email protected]>
> Signed-off-by: Laurent Pinchart <[email protected]>
> Reviewed-by: Hans Verkuil <[email protected]>

Acked-by: Lad, Prabhakar <[email protected]>

Regards,
--Prabhakar lad

> ---
>  drivers/staging/media/davinci_vpfe/vpfe_video.c | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/staging/media/davinci_vpfe/vpfe_video.c 
> b/drivers/staging/media/davinci_vpfe/vpfe_video.c
> index 1f3b0f9..a1655a8 100644
> --- a/drivers/staging/media/davinci_vpfe/vpfe_video.c
> +++ b/drivers/staging/media/davinci_vpfe/vpfe_video.c
> @@ -987,8 +987,10 @@ vpfe_enum_dv_timings(struct file *file, void *fh,
>         struct vpfe_device *vpfe_dev = video->vpfe_dev;
>         struct v4l2_subdev *subdev = video->current_ext_subdev->subdev;
>
> +       timings->pad = 0;
> +
>         v4l2_dbg(1, debug, &vpfe_dev->v4l2_dev, "vpfe_enum_dv_timings\n");
> -       return v4l2_subdev_call(subdev, video, enum_dv_timings, timings);
> +       return v4l2_subdev_call(subdev, pad, enum_dv_timings, timings);
>  }
>
>  /*
> --
> 1.8.3.2
>
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to