Hi Guennadi,

Thanks for the patch! I am ok with it.

> -----Original Message-----
> From: Guennadi Liakhovetski [mailto:g.liakhovet...@gmx.de] 
> Sent: Wednesday, May 09, 2012 5:01 AM
> To: Linux Media Mailing List
> Cc: Qing Xu
> Subject: [PATCH 2/2] V4L: remove unused .enum_mbus_fsizes() subdev video 
> operation
> 
> .enum_mbus_fsizes() subdev video operation is a duplicate of
> .enum_framesizes() and is unused. Remove it.
> 
> Signed-off-by: Guennadi Liakhovetski <g.liakhovet...@gmx.de>
> Cc: Qing Xu <qi...@marvell.com>
> ---
>  include/media/v4l2-subdev.h |    2 --
>  1 files changed, 0 insertions(+), 2 deletions(-)
> 
> diff --git a/include/media/v4l2-subdev.h b/include/media/v4l2-subdev.h
> index f0f3358..9e68464 100644
> --- a/include/media/v4l2-subdev.h
> +++ b/include/media/v4l2-subdev.h
> @@ -309,8 +309,6 @@ struct v4l2_subdev_video_ops {
>                       struct v4l2_dv_timings *timings);
>       int (*enum_mbus_fmt)(struct v4l2_subdev *sd, unsigned int index,
>                            enum v4l2_mbus_pixelcode *code);
> -     int (*enum_mbus_fsizes)(struct v4l2_subdev *sd,
> -                          struct v4l2_frmsizeenum *fsize);
>       int (*g_mbus_fmt)(struct v4l2_subdev *sd,
>                         struct v4l2_mbus_framefmt *fmt);
>       int (*try_mbus_fmt)(struct v4l2_subdev *sd,
> -- 
> 1.7.2.5
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to