From: Javier Martin Date: Tue, 31 Jan 2012 08:23:47 +0000 (-0300) Subject: [media] media: tvp5150: support g_mbus_fmt callback X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0f67a03ff6ada162ad7518d9092f72d830d3a887;p=mv-sheeva.git [media] media: tvp5150: support g_mbus_fmt callback Signed-off-by: Javier Martin Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/tvp5150.c b/drivers/media/video/tvp5150.c index 907d560dd2b..1326e11cf4a 100644 --- a/drivers/media/video/tvp5150.c +++ b/drivers/media/video/tvp5150.c @@ -1103,6 +1103,7 @@ static const struct v4l2_subdev_video_ops tvp5150_video_ops = { .enum_mbus_fmt = tvp5150_enum_mbus_fmt, .s_mbus_fmt = tvp5150_mbus_fmt, .try_mbus_fmt = tvp5150_mbus_fmt, + .g_mbus_fmt = tvp5150_mbus_fmt, .s_crop = tvp5150_s_crop, .g_crop = tvp5150_g_crop, .cropcap = tvp5150_cropcap,