diff options
author | Tilman Schmidt <tilman@imap.cc> | 2010-07-05 14:19:09 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-07-07 16:57:54 -0700 |
commit | 0cae6efdd7633624d8ecdec97a1d9e5a2a73352f (patch) | |
tree | 139ac68f40fd8a3e2901fa4734741e5395f67df8 /drivers/isdn/gigaset/common.c | |
parent | 18c2259c14d8595e64a802940422335d172a53db (diff) | |
download | linux-0cae6efdd7633624d8ecdec97a1d9e5a2a73352f.tar.gz linux-0cae6efdd7633624d8ecdec97a1d9e5a2a73352f.tar.bz2 linux-0cae6efdd7633624d8ecdec97a1d9e5a2a73352f.zip |
isdn/gigaset: remove obsolete compile time options
Remove compile time options in the Gigaset ISDN driver that aren't
going to be changed anymore, and an obsolete FIXME comment.
Impact: cleanup
Signed-off-by: Tilman Schmidt <tilman@imap.cc>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/isdn/gigaset/common.c')
-rw-r--r-- | drivers/isdn/gigaset/common.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/isdn/gigaset/common.c b/drivers/isdn/gigaset/common.c index 5d4befb81057..3ca561eccd9f 100644 --- a/drivers/isdn/gigaset/common.c +++ b/drivers/isdn/gigaset/common.c @@ -791,8 +791,6 @@ struct cardstate *gigaset_initcs(struct gigaset_driver *drv, int channels, spin_unlock_irqrestore(&cs->lock, flags); setup_timer(&cs->timer, timer_tick, (unsigned long) cs); cs->timer.expires = jiffies + msecs_to_jiffies(GIG_TICK); - /* FIXME: can jiffies increase too much until the timer is added? - * Same problem(?) with mod_timer() in timer_tick(). */ add_timer(&cs->timer); gig_dbg(DEBUG_INIT, "cs initialized"); |