Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -271,7 +271,7 @@ static int tosa_lcd_resume(struct spi_device *spi)
}
#else
#define tosa_lcd_suspend	NULL
#define tosa_lcd_reume NULL
#define tosa_lcd_resume NULL
#endif

static struct spi_driver tosa_lcd_driver = {