[AX25] ax25_ds_timer: use mod_timer instead of add_timer
authorJarek Poplawski <jarkao2@gmail.com>
Tue, 12 Feb 2008 05:38:32 +0000 (21:38 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 Feb 2008 01:53:34 +0000 (17:53 -0800)
commite848b583e03306f5f9b3a66a793c37e3649e04ca
treed7772ed15a4a4bb8148a936744770b92658273c9
parent21fab4a86a411c18c6b4d663ae710ca1f6206b3c
[AX25] ax25_ds_timer: use mod_timer instead of add_timer

This patch changes current use of: init_timer(), add_timer()
and del_timer() to setup_timer() with mod_timer(), which
should be safer anyway.

Reported-by: Jann Traschewski <jann@gmx.de>
Signed-off-by: Jarek Poplawski <jarkao2@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ax25.h
net/ax25/ax25_dev.c
net/ax25/ax25_ds_timer.c