isdn/gigaset: bas_gigaset timer cleanup
authorTilman Schmidt <tilman@imap.cc>
Thu, 30 Sep 2010 13:35:11 +0000 (13:35 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Oct 2010 07:33:34 +0000 (00:33 -0700)
Use setup_timer() and mod_timer() instead of direct assignment to
timer structure members, simplify the argument of one timer routine,
and make extra sure all timers are stopped during suspend.

Signed-off-by: Tilman Schmidt <tilman@imap.cc>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found