aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pvrusb2
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/pvrusb2')
-rw-r--r--drivers/media/video/pvrusb2/pvrusb2-hdw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw.c b/drivers/media/video/pvrusb2/pvrusb2-hdw.c
index b7b2d90a4912..a45721f78848 100644
--- a/drivers/media/video/pvrusb2/pvrusb2-hdw.c
+++ b/drivers/media/video/pvrusb2/pvrusb2-hdw.c
@@ -1514,7 +1514,7 @@ const static struct pvr2_std_hack std_eeprom_maps[] = {
1514 }, 1514 },
1515 { /* PAL(D/D1/K) */ 1515 { /* PAL(D/D1/K) */
1516 .pat = V4L2_STD_DK, 1516 .pat = V4L2_STD_DK,
1517 .std = V4L2_STD_PAL_D/V4L2_STD_PAL_D1|V4L2_STD_PAL_K, 1517 .std = V4L2_STD_PAL_D|V4L2_STD_PAL_D1|V4L2_STD_PAL_K,
1518 }, 1518 },
1519}; 1519};
1520 1520