diff options
author | Timo Kokkonen <timo.t.kokkonen@iki.fi> | 2012-08-30 20:54:25 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-09-15 22:07:31 +0400 |
commit | 362b29ba6eec506ff769ff465a2418b3fb74c8d6 (patch) | |
tree | 8f5a2b87f93a6e035ea4d25219d822b21242a6c9 /drivers/media/rc/Kconfig | |
parent | 3404cb5c4dbbbac884722f418d5561d81dba969f (diff) | |
download | linux-362b29ba6eec506ff769ff465a2418b3fb74c8d6.tar.xz |
[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/Kconfig | 2 |
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 Say Y or M here if you want to enable support for the IR transmitter diode built in the Nokia N900 (RX51) device. - The driver uses omap DM timers for gereating the carrier + The driver uses omap DM timers for generating the carrier wave and pulses. config RC_LOOPBACK |