[PATCH] vt.c build fix
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>
This commit is contained in:
committed by
Linus Torvalds
parent
ba460e4806
commit
030babac6a
@@ -2796,7 +2796,7 @@ void do_blank_screen(int entering_gfx)
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
if (vesa_off_interval) {
|
if (vesa_off_interval) {
|
||||||
blank_state = blank_vesa_wait,
|
blank_state = blank_vesa_wait;
|
||||||
mod_timer(&console_timer, jiffies + vesa_off_interval);
|
mod_timer(&console_timer, jiffies + vesa_off_interval);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user