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)
commit1d5a9edcd5f1fe6483afca33294ed0ebab793ebf
treebfdcb39a7590ca2bcd2f350d5f8eaec816c1c285
parentbefba36ab942c44ba1d3761a7439324fff83638f
isdn/gigaset: bas_gigaset timer cleanup

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>
drivers/isdn/gigaset/bas-gigaset.c