timers: Fix slack calculation for expired timers
authorJeff Chua <jeff.chua.linux@gmail.com>
Sun, 23 May 2010 23:16:24 +0000 (07:16 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 24 May 2010 10:10:23 +0000 (12:10 +0200)
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>

No differences found