patch-2.3.41 linux/drivers/video/fbcon.c
Next file: linux/drivers/video/fbgen.c
Previous file: linux/drivers/video/cyberfb.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Mon Jan 24 11:04:36 2000
-  Orig file: 
v2.3.40/linux/drivers/video/fbcon.c
-  Orig date: 
Fri Jan  7 19:13:22 2000
diff -u --recursive --new-file v2.3.40/linux/drivers/video/fbcon.c linux/drivers/video/fbcon.c
@@ -237,7 +237,7 @@
       fbcon_vbl_handler(0, NULL, NULL);
       cursor_timer.expires = jiffies+HZ/50;
       cursor_timer.data = 0;
-      cursor_timer.next = cursor_timer.next = NULL;
+      cursor_timer.next = cursor_timer.prev = NULL;
       add_timer(&cursor_timer);
 }
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)