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 static int tvp5150_s_fmt(struct v4l2_subdev *sd, struct v4l2_format *fmt) { switch (fmt->type) { - case V4L2_BUF_TYPE_VBI_CAPTURE: - return tvp5150_s_raw_fmt(sd, &fmt->fmt.vbi); - case V4L2_BUF_TYPE_SLICED_VBI_CAPTURE: return tvp5150_s_sliced_fmt(sd, &fmt->fmt.sliced); |