On Tue, Jul 1, 2008 at 12:29 PM, Michael Buesch <mb@xxxxxxxxx> wrote: > On Tuesday 01 July 2008 12:19:35 Adel Gadllah wrote: > >> +out: >> + rfk->poll_timer->expires += round_jiffies(B43_RFKILL_POLL_DELAY); > > round_jiffies does only make sense for absolute times. > So this needs to be > rfk->poll_timer->expires = round_jiffies(jiffies + B43_RFKILL_POLL_DELAY); > However, timer is broken. Use a workqueue. OK, will submit a new patch if we still want to remove the input device. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html