git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21fab4a
)
[AX25] ax25_ds_timer: use mod_timer instead of add_timer
author
Jarek Poplawski
<jarkao2@gmail.com>
Tue, 12 Feb 2008 05:38:32 +0000
(21:38 -0800)
committer
David S. Miller
<davem@davemloft.net>
Wed, 13 Feb 2008 01:53:34 +0000
(17:53 -0800)
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>
No differences found