Skip to content

Commit

Permalink
V4L/DVB: ir-core-priv: fix a typo for RC6 config option
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mauro Carvalho Chehab committed May 19, 2010
1 parent af9d9cf commit f35473e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/IR/ir-core-priv.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ void ir_raw_init(void);
#endif

/* from ir-rc6-decoder.c */
#ifdef CONFIG_IR_RC5_DECODER_MODULE
#ifdef CONFIG_IR_RC6_DECODER_MODULE
#define load_rc6_decode() request_module("ir-rc6-decoder")
#else
#define load_rc6_decode() 0
Expand Down

0 comments on commit f35473e

Please sign in to comment.