|
@@ -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");
|