Skip to content
Snippets Groups Projects
Commit 8da00edc authored by Masanari Iida's avatar Masanari Iida Committed by Linus Torvalds
Browse files

backlight: fix typo in tosa_lcd.c


Fix typo in drivers/video/backlight/tosa_lcd.c
"tosa_lcd_reume" should be "tosa_lcd_resume".

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 82edb4ba
No related branches found
No related tags found
No related merge requests found
...@@ -271,7 +271,7 @@ static int tosa_lcd_resume(struct spi_device *spi) ...@@ -271,7 +271,7 @@ static int tosa_lcd_resume(struct spi_device *spi)
} }
#else #else
#define tosa_lcd_suspend NULL #define tosa_lcd_suspend NULL
#define tosa_lcd_reume NULL #define tosa_lcd_resume NULL
#endif #endif
static struct spi_driver tosa_lcd_driver = { static struct spi_driver tosa_lcd_driver = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment