summaryrefslogtreecommitdiffstats
path: root/drivers/atm/suni.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/atm/suni.c')
-rw-r--r--drivers/atm/suni.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/atm/suni.c b/drivers/atm/suni.c
index 0de6e8ead..7af56d481 100644
--- a/drivers/atm/suni.c
+++ b/drivers/atm/suni.c
@@ -254,8 +254,8 @@ static int suni_start(struct atm_dev *dev)
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);
}