On Tue, 10 Oct 2006 18:04:23 +0200, Arjan van de Ven wrote: > + mod_timer(&adapter->phy_info_timer, > round_jiffies(jiffies + 2 * HZ));
Shouldn't round_jiffies_relative be used for some of these, a la: + mod_timer(&adapter->phy_info_timer, round_jiffies_relative(2 * HZ)); -Paul - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html