projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af9d9cf
)
V4L/DVB: ir-core-priv: fix a typo for RC6 config option
author
Mauro Carvalho Chehab
<mchehab@redhat.com>
Fri, 9 Apr 2010 12:17:02 +0000
(09:17 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Wed, 19 May 2010 15:57:36 +0000
(12:57 -0300)
As Adreas pointed, RC6 should use CONFIG_IR_RC6_DECODER_MODULE, instead
of the RC5 config option.
Thanks-to: Andreas Oberitter <obi@linuxtv.org>
Acked-by: David Härdeman <david@hardeman.nu>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/IR/ir-core-priv.h
patch
|
blob
|
history
diff --git
a/drivers/media/IR/ir-core-priv.h
b/drivers/media/IR/ir-core-priv.h
index 59d5ed7e103e9653e20f423eda657337994bada2..fb2622a24ed8163fc656f154df03ab0ce0d0c080 100644
(file)
--- a/
drivers/media/IR/ir-core-priv.h
+++ b/
drivers/media/IR/ir-core-priv.h
@@
-109,7
+109,7
@@
void ir_raw_init(void);
#endif
/* from ir-rc6-decoder.c */
-#ifdef CONFIG_IR_RC
5
_DECODER_MODULE
+#ifdef CONFIG_IR_RC
6
_DECODER_MODULE
#define load_rc6_decode() request_module("ir-rc6-decoder")
#else
#define load_rc6_decode() 0