patch-2.3.99-pre7 linux/drivers/video/fbcon.c
Next file: linux/drivers/video/imsttfb.c
Previous file: linux/drivers/video/clgenfb.c
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Wed May 3 01:47:56 2000
- Orig file:
v2.3.99-pre6/linux/drivers/video/fbcon.c
- Orig date:
Tue Mar 14 19:10:40 2000
diff -u --recursive --new-file v2.3.99-pre6/linux/drivers/video/fbcon.c linux/drivers/video/fbcon.c
@@ -229,15 +229,13 @@
static void cursor_timer_handler(unsigned long dev_addr);
static struct timer_list cursor_timer = {
- NULL, NULL, 0, 0L, cursor_timer_handler
+ function: cursor_timer_handler
};
static void cursor_timer_handler(unsigned long dev_addr)
{
fbcon_vbl_handler(0, NULL, NULL);
cursor_timer.expires = jiffies+HZ/50;
- cursor_timer.data = 0;
- cursor_timer.next = cursor_timer.prev = NULL;
add_timer(&cursor_timer);
}
@@ -411,8 +409,6 @@
if (irqres) {
cursor_blink_rate = DEFAULT_CURSOR_BLINK_RATE;
cursor_timer.expires = jiffies+HZ/50;
- cursor_timer.data = 0;
- 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)