V4L/DVB: au8522_decoder: g/s_fmt doesn't do anything: remove
g/s_fmt is going to disappear, so if it is not doing anything, then just remove it. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
468df208e8
commit
cf69b808ca
@@ -567,30 +567,6 @@ static int au8522_g_ctrl(struct v4l2_subdev *sd, struct v4l2_control *ctrl)
|
|||||||
|
|
||||||
/* ----------------------------------------------------------------------- */
|
/* ----------------------------------------------------------------------- */
|
||||||
|
|
||||||
static int au8522_g_fmt(struct v4l2_subdev *sd, struct v4l2_format *fmt)
|
|
||||||
{
|
|
||||||
switch (fmt->type) {
|
|
||||||
default:
|
|
||||||
return -EINVAL;
|
|
||||||
}
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
static int au8522_s_fmt(struct v4l2_subdev *sd, struct v4l2_format *fmt)
|
|
||||||
{
|
|
||||||
switch (fmt->type) {
|
|
||||||
case V4L2_BUF_TYPE_VIDEO_CAPTURE:
|
|
||||||
/* Not yet implemented */
|
|
||||||
break;
|
|
||||||
default:
|
|
||||||
return -EINVAL;
|
|
||||||
}
|
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ----------------------------------------------------------------------- */
|
|
||||||
|
|
||||||
#ifdef CONFIG_VIDEO_ADV_DEBUG
|
#ifdef CONFIG_VIDEO_ADV_DEBUG
|
||||||
static int au8522_g_register(struct v4l2_subdev *sd,
|
static int au8522_g_register(struct v4l2_subdev *sd,
|
||||||
struct v4l2_dbg_register *reg)
|
struct v4l2_dbg_register *reg)
|
||||||
@@ -772,8 +748,6 @@ static const struct v4l2_subdev_audio_ops au8522_audio_ops = {
|
|||||||
|
|
||||||
static const struct v4l2_subdev_video_ops au8522_video_ops = {
|
static const struct v4l2_subdev_video_ops au8522_video_ops = {
|
||||||
.s_routing = au8522_s_video_routing,
|
.s_routing = au8522_s_video_routing,
|
||||||
.g_fmt = au8522_g_fmt,
|
|
||||||
.s_fmt = au8522_s_fmt,
|
|
||||||
.s_stream = au8522_s_stream,
|
.s_stream = au8522_s_stream,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user