aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/cx88/cx88-blackbird.c2
-rw-r--r--drivers/media/video/cx88/cx88-video.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/cx88/cx88-blackbird.c b/drivers/media/video/cx88/cx88-blackbird.c
index 8fcef790fc12..a1be1e279df4 100644
--- a/drivers/media/video/cx88/cx88-blackbird.c
+++ b/drivers/media/video/cx88/cx88-blackbird.c
@@ -1233,7 +1233,7 @@ static struct video_device cx8802_mpeg_template =
1233 .vidioc_s_tuner = vidioc_s_tuner, 1233 .vidioc_s_tuner = vidioc_s_tuner,
1234 .vidioc_s_std = vidioc_s_std, 1234 .vidioc_s_std = vidioc_s_std,
1235 .tvnorms = CX88_NORMS, 1235 .tvnorms = CX88_NORMS,
1236 .current_norm = V4L2_STD_PAL_BG, 1236 .current_norm = V4L2_STD_NTSC_M,
1237}; 1237};
1238 1238
1239/* ------------------------------------------------------------------ */ 1239/* ------------------------------------------------------------------ */
diff --git a/drivers/media/video/cx88/cx88-video.c b/drivers/media/video/cx88/cx88-video.c
index d388a42b5fbc..360046e1d6be 100644
--- a/drivers/media/video/cx88/cx88-video.c
+++ b/drivers/media/video/cx88/cx88-video.c
@@ -1657,7 +1657,7 @@ static struct video_device cx8800_video_template =
1657 .vidioc_g_frequency = vidioc_g_frequency, 1657 .vidioc_g_frequency = vidioc_g_frequency,
1658 .vidioc_s_frequency = vidioc_s_frequency, 1658 .vidioc_s_frequency = vidioc_s_frequency,
1659 .tvnorms = CX88_NORMS, 1659 .tvnorms = CX88_NORMS,
1660 .current_norm = V4L2_STD_PAL_BG, 1660 .current_norm = V4L2_STD_NTSC_M,
1661}; 1661};
1662 1662
1663static const struct file_operations radio_fops = 1663static const struct file_operations radio_fops =