mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 10:33:41 +02:00
media: staging: atomisp: mt9m114: Drop empty s_parm callback
The s_parm callback in mt9m114 driver did nothing, remove it. Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
parent
f6c773b470
commit
b0840deade
|
|
@ -1684,11 +1684,6 @@ static int mt9m114_t_vflip(struct v4l2_subdev *sd, int value)
|
|||
|
||||
return !!err;
|
||||
}
|
||||
static int mt9m114_s_parm(struct v4l2_subdev *sd,
|
||||
struct v4l2_streamparm *param)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int mt9m114_g_frame_interval(struct v4l2_subdev *sd,
|
||||
struct v4l2_subdev_frame_interval *interval)
|
||||
|
|
@ -1781,7 +1776,6 @@ static int mt9m114_g_skip_frames(struct v4l2_subdev *sd, u32 *frames)
|
|||
}
|
||||
|
||||
static const struct v4l2_subdev_video_ops mt9m114_video_ops = {
|
||||
.s_parm = mt9m114_s_parm,
|
||||
.s_stream = mt9m114_s_stream,
|
||||
.g_frame_interval = mt9m114_g_frame_interval,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user