projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82edb4b
)
backlight: fix typo in tosa_lcd.c
author
Masanari Iida
<
[email protected]
>
Wed, 28 Mar 2012 21:42:56 +0000
(14:42 -0700)
committer
Linus Torvalds
<
[email protected]
>
Thu, 29 Mar 2012 00:14:37 +0000
(17:14 -0700)
Fix typo in drivers/video/backlight/tosa_lcd.c
"tosa_lcd_reume" should be "tosa_lcd_resume".
Signed-off-by: Masanari Iida <
[email protected]
>
Cc: <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/video/backlight/tosa_lcd.c
patch
|
blob
|
history
diff --git
a/drivers/video/backlight/tosa_lcd.c
b/drivers/video/backlight/tosa_lcd.c
index a2161f631a831f66992d4d84b9756c56b384de3f..2231aec23918fec6c1f65125421d1d35c229c759 100644
(file)
--- 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)
}
#else
#define tosa_lcd_suspend NULL
-#define tosa_lcd_reume NULL
+#define tosa_lcd_re
s
ume NULL
#endif
static struct spi_driver tosa_lcd_driver = {