aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/Kconfig
diff options
context:
space:
mode:
authorTimo Kokkonen <timo.t.kokkonen@iki.fi>2012-08-30 12:54:25 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-09-15 14:07:31 -0400
commit362b29ba6eec506ff769ff465a2418b3fb74c8d6 (patch)
tree8f5a2b87f93a6e035ea4d25219d822b21242a6c9 /drivers/media/rc/Kconfig
parent3404cb5c4dbbbac884722f418d5561d81dba969f (diff)
[media] ir-rx51: Trivial fixes
-Fix typo -Change pwm_timer_num type to match type in platform data -Remove extra parenthesis -Replace magic constant with proper bit defintions -Remove duplicate exit pointer Signed-off-by: Timo Kokkonen <timo.t.kokkonen@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/rc/Kconfig')
-rw-r--r--drivers/media/rc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/rc/Kconfig b/drivers/media/rc/Kconfig
index a7b31b61e2fc..6b0b9f0e6c6c 100644
--- a/drivers/media/rc/Kconfig
+++ b/drivers/media/rc/Kconfig
@@ -296,7 +296,7 @@ config IR_RX51
296 Say Y or M here if you want to enable support for the IR 296 Say Y or M here if you want to enable support for the IR
297 transmitter diode built in the Nokia N900 (RX51) device. 297 transmitter diode built in the Nokia N900 (RX51) device.
298 298
299 The driver uses omap DM timers for gereating the carrier 299 The driver uses omap DM timers for generating the carrier
300 wave and pulses. 300 wave and pulses.
301 301
302config RC_LOOPBACK 302config RC_LOOPBACK