commit | f00e047efdf9d31c8a7dd7875b411f97cfa7d8e5 | [log] [tgz] |
---|---|---|
author | Jeff Chua <jeff.chua.linux@gmail.com> | Mon May 24 07:16:24 2010 +0800 |
committer | Thomas Gleixner <tglx@linutronix.de> | Mon May 24 12:10:23 2010 +0200 |
tree | 4f6af8a7025480aa5d35e438acda9011526406ce | |
parent | bd45b7a385c5ffd82c11a1d51880be18559e5ad9 [diff] |
timers: Fix slack calculation for expired timers commit 3bbb9ec946 (timers: Introduce the concept of timer slack for legacy timers) does not take the case into account when the timer is already expired. This broke wireless drivers. The solution is not to apply slack to already expired timers. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Arjan van de Ven <arjan@linux.intel.com>