projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba460e4
)
[PATCH] vt.c build fix
author
Nishanth Aravamudan
<nacc@us.ibm.com>
Fri, 15 Jul 2005 10:56:25 +0000
(
03:56
-0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Fri, 15 Jul 2005 16:54:50 +0000
(09:54 -0700)
Signed-off-by: Nishanth Aravamudan <nacc@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/vt.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/char/vt.c
b/drivers/char/vt.c
index d7aa7a29f67e888c5f2b1946245ef84f60c47783..30d96739fb2379b1f73d5d6dbbabb899eaf09456 100644
(file)
--- a/
drivers/char/vt.c
+++ b/
drivers/char/vt.c
@@
-2796,7
+2796,7
@@
void do_blank_screen(int entering_gfx)
return;
if (vesa_off_interval) {
- blank_state = blank_vesa_wait
,
+ blank_state = blank_vesa_wait
;
mod_timer(&console_timer, jiffies + vesa_off_interval);
}