diff options
Diffstat (limited to 'drivers/media/video/tvp5150.c')
-rw-r--r-- | drivers/media/video/tvp5150.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/video/tvp5150.c b/drivers/media/video/tvp5150.c index 853dd6f39b97..47f0582d50a5 100644 --- a/drivers/media/video/tvp5150.c +++ b/drivers/media/video/tvp5150.c | |||
@@ -937,9 +937,6 @@ static int tvp5150_s_sliced_fmt(struct v4l2_subdev *sd, struct v4l2_sliced_vbi_f | |||
937 | static int tvp5150_s_fmt(struct v4l2_subdev *sd, struct v4l2_format *fmt) | 937 | static int tvp5150_s_fmt(struct v4l2_subdev *sd, struct v4l2_format *fmt) |
938 | { | 938 | { |
939 | switch (fmt->type) { | 939 | switch (fmt->type) { |
940 | case V4L2_BUF_TYPE_VBI_CAPTURE: | ||
941 | return tvp5150_s_raw_fmt(sd, &fmt->fmt.vbi); | ||
942 | |||
943 | case V4L2_BUF_TYPE_SLICED_VBI_CAPTURE: | 940 | case V4L2_BUF_TYPE_SLICED_VBI_CAPTURE: |
944 | return tvp5150_s_sliced_fmt(sd, &fmt->fmt.sliced); | 941 | return tvp5150_s_sliced_fmt(sd, &fmt->fmt.sliced); |
945 | 942 | ||