]> err.no Git - linux-2.6/commitdiff
V4L/DVB (6703): pvrusb2: Change division to bit-or for tveeprom standards
authorRoel Kluin <12o3l@tiscali.nl>
Mon, 3 Dec 2007 02:04:57 +0000 (23:04 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 25 Jan 2008 21:03:06 +0000 (19:03 -0200)
Signed-off-by: Roel Kluin <12o3l@tiscali.nl>
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/pvrusb2/pvrusb2-hdw.c

index b7b2d90a4912067a38974723d0335704148d6a4c..a45721f78848ef57ff9ccacbeeba4c4bbaafc1f6 100644 (file)
@@ -1514,7 +1514,7 @@ const static struct pvr2_std_hack std_eeprom_maps[] = {
        },
        {       /* PAL(D/D1/K) */
                .pat = V4L2_STD_DK,
-               .std = V4L2_STD_PAL_D/V4L2_STD_PAL_D1|V4L2_STD_PAL_K,
+               .std = V4L2_STD_PAL_D|V4L2_STD_PAL_D1|V4L2_STD_PAL_K,
        },
 };