diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-03-28 17:42:56 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-04-02 12:27:19 -0400 |
commit | 8c1d85468871d5b70a8627b6e09d91e1603c4a13 (patch) | |
tree | 8eafe28c3ff119d56ea2375b404b6c283cd69e20 | |
parent | a405fc43be9397d51a2d0bd8984e1a8c5002c944 (diff) |
backlight: fix typo in tosa_lcd.c
commit 8da00edc1069f01c34510fa405dc15d96c090a3f upstream.
Fix typo in drivers/video/backlight/tosa_lcd.c
"tosa_lcd_reume" should be "tosa_lcd_resume".
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/video/backlight/tosa_lcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/backlight/tosa_lcd.c b/drivers/video/backlight/tosa_lcd.c index 772f6015219..6f54f7436a9 100644 --- a/drivers/video/backlight/tosa_lcd.c +++ b/drivers/video/backlight/tosa_lcd.c | |||
@@ -271,7 +271,7 @@ static int tosa_lcd_resume(struct spi_device *spi) | |||
271 | } | 271 | } |
272 | #else | 272 | #else |
273 | #define tosa_lcd_suspend NULL | 273 | #define tosa_lcd_suspend NULL |
274 | #define tosa_lcd_reume NULL | 274 | #define tosa_lcd_resume NULL |
275 | #endif | 275 | #endif |
276 | 276 | ||
277 | static struct spi_driver tosa_lcd_driver = { | 277 | static struct spi_driver tosa_lcd_driver = { |