]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
V4L/DVB (13915): em28xx: fix a typo on RC6 modes
authorMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 11 Jan 2010 13:47:33 +0000 (10:47 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 26 Feb 2010 18:10:30 +0000 (15:10 -0300)
Thanks to: Devin Heitmueller <dheitmueller@kernellabs.com> for double
checking it.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/em28xx/em28xx-reg.h

index 058ac87639ce9a178f8ec5b8b52cf55ece1fca5e..91e90559642b6fb62da927f1511baa85ecc6e2d4 100644 (file)
 /* em2874 IR config register (0x50) */
 #define EM2874_IR_NEC           0x00
 #define EM2874_IR_RC5           0x04
-#define EM2874_IR_RC5_MODE_0    0x08
-#define EM2874_IR_RC5_MODE_6A   0x0b
+#define EM2874_IR_RC6_MODE_0    0x08
+#define EM2874_IR_RC6_MODE_6A   0x0b
 
 /* em2874 Transport Stream Enable Register (0x5f) */
 #define EM2874_TS1_CAPTURE_ENABLE (1 << 0)