aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/msp3400-driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/msp3400-driver.c')
-rw-r--r--drivers/media/video/msp3400-driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/msp3400-driver.c b/drivers/media/video/msp3400-driver.c
index aeab597a0406..38e639750a48 100644
--- a/drivers/media/video/msp3400-driver.c
+++ b/drivers/media/video/msp3400-driver.c
@@ -700,6 +700,7 @@ static const struct v4l2_subdev_core_ops msp_core_ops = {
700 .g_ctrl = msp_g_ctrl, 700 .g_ctrl = msp_g_ctrl,
701 .s_ctrl = msp_s_ctrl, 701 .s_ctrl = msp_s_ctrl,
702 .queryctrl = msp_queryctrl, 702 .queryctrl = msp_queryctrl,
703 .s_std = msp_s_std,
703}; 704};
704 705
705static const struct v4l2_subdev_tuner_ops msp_tuner_ops = { 706static const struct v4l2_subdev_tuner_ops msp_tuner_ops = {
@@ -707,7 +708,6 @@ static const struct v4l2_subdev_tuner_ops msp_tuner_ops = {
707 .g_tuner = msp_g_tuner, 708 .g_tuner = msp_g_tuner,
708 .s_tuner = msp_s_tuner, 709 .s_tuner = msp_s_tuner,
709 .s_radio = msp_s_radio, 710 .s_radio = msp_s_radio,
710 .s_std = msp_s_std,
711}; 711};
712 712
713static const struct v4l2_subdev_audio_ops msp_audio_ops = { 713static const struct v4l2_subdev_audio_ops msp_audio_ops = {