patch-2.4.0-test3 linux/drivers/video/newport_con.c

Next file: linux/drivers/video/offb.c
Previous file: linux/drivers/video/matrox/matroxfb_maven.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test2/linux/drivers/video/newport_con.c linux/drivers/video/newport_con.c
@@ -1,5 +1,4 @@
-/* $Id: newport_con.c,v 1.14 1999/06/24 01:10:24 ulfc Exp $
- *
+/*
  * newport_con.c: Abscon for newport hardware
  * 
  * (C) 1998 Thomas Bogendoerfer (tsbogend@alpha.franken.de)
@@ -504,7 +503,7 @@
 	x = 0; y = b-lines;
 	for (count = 0; count < (lines * vc->vc_cols); count++) {
 	    if (scr_readw(d) != vc->vc_video_erase_char) {
-		newport_putc (vc, chattr, y, x);
+		newport_putc (vc, vc->vc_video_erase_char, y, x);
 		scr_writew (vc->vc_video_erase_char, d);
 	    }
 	    d++;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)