patch-2.3.99-pre7 linux/drivers/video/matrox/matroxfb_base.c

Next file: linux/drivers/video/sbusfb.c
Previous file: linux/drivers/video/macmodes.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre6/linux/drivers/video/matrox/matroxfb_base.c linux/drivers/video/matrox/matroxfb_base.c
@@ -2034,7 +2034,7 @@
 	ACCESS_FBINFO(fastfont.size) = fastfont;
 
 	ACCESS_FBINFO(cursor.state) = CM_ERASE;
-	ACCESS_FBINFO(cursor.timer.prev) = ACCESS_FBINFO(cursor.timer.next) = NULL;
+	init_timer (&ACCESS_FBINFO(cursor.timer));
 	ACCESS_FBINFO(cursor.timer.data) = (unsigned long)MINFO;
 	spin_lock_init(&ACCESS_FBINFO(lock.DAC));
 	spin_lock_init(&ACCESS_FBINFO(lock.accel));

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