patch-2.3.99-pre7 linux/drivers/atm/suni.c

Next file: linux/drivers/atm/zatm.c
Previous file: linux/drivers/atm/nicstar.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre6/linux/drivers/atm/suni.c linux/drivers/atm/suni.c
@@ -254,8 +254,8 @@
 		poll_timer.function = suni_hz;
 		poll_timer.data = 1;
 #if 0
-printk(KERN_DEBUG "[u] p=0x%lx,n=0x%lx\n",(unsigned long) poll_timer.prev,
-    (unsigned long) poll_timer.next);
+printk(KERN_DEBUG "[u] p=0x%lx,n=0x%lx\n",(unsigned long) poll_timer.list.prev,
+    (unsigned long) poll_timer.list.next);
 #endif
 		add_timer(&poll_timer);
 	}

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