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

Commit 030babac authored by Nishanth Aravamudan's avatar Nishanth Aravamudan Committed by Linus Torvalds
Browse files

[PATCH] vt.c build fix

parent ba460e48
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
	}