commit | 1d5a9edcd5f1fe6483afca33294ed0ebab793ebf | [log] [tgz] |
---|---|---|
author | Tilman Schmidt <tilman@imap.cc> | Thu Sep 30 13:35:11 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 01 00:33:34 2010 -0700 |
tree | bfdcb39a7590ca2bcd2f350d5f8eaec816c1c285 | |
parent | befba36ab942c44ba1d3761a7439324fff83638f [diff] |
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>