From: Nishanth Aravamudan <[email protected]>
Description: The mod_timer() statement mistakenly has a comma at the end
of the line instead of a semicolon.
Signed-off-by: Nishanth Aravamudan <[email protected]>
---
vt.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -urpN 2.6.13-rc3/drivers/char/vt.c 2.6.13-rc3-timer/drivers/char/vt.c
--- 2.6.13-rc3/drivers/char/vt.c 2005-07-14 12:02:08.000000000 -0700
+++ 2.6.13-rc3-timer/drivers/char/vt.c 2005-07-14 12:02:21.000000000 -0700
@@ -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);
}
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
|
|