[PATCH -mm] vgacon printk scrolling fix

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



vgacon printk scrolling fix

As Jindrich Makovicka suggested, there is a stray printk("vgacon delta: %i\n",
lines); which effectively disables the scrollback of the vga console (at least
when not using the new soft scrollback). Removing it fixes the problem.

Signed-off-by: Jiri Slaby <[email protected]>
Acked-by: Antonino Daplas <[email protected]>
Cc: Jindrich Makovicka <[email protected]>
Cc: Martin Mares <[email protected]>
--
 vgacon.c |    1 -
 1 files changed, 1 deletion(-)
--- linux-2.6.16-rc1-mm4/drivers/video/console/vgacon.c	2006-01-25 19:16:35.000000000 +0100
+++ linux-2.6.16-rc1-mm4/drivers/video/console/vgacon.c	2006-01-31 21:33:40.433055896 +0100
@@ -331,7 +331,6 @@
 		int margin = c->vc_size_row * 4;
 		int ul, we, p, st;
 
-		printk("vgacon delta: %i\n", lines);
 		if (vga_rolled_over >
 		    (c->vc_scr_end - vga_vram_base) + margin) {
 			ul = c->vc_scr_end - vga_vram_base;
-
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]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux