Skip to content

Commit

Permalink
[PATCH] vt.c build fix
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nishanth Aravamudan authored and Linus Torvalds committed Jul 15, 2005
1 parent ba460e4 commit 030baba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/vt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 030baba

Please sign in to comment.