alarmtimers: Add try_to_cancel functionality
authorJohn Stultz <john.stultz@linaro.org>
Wed, 10 Aug 2011 19:41:36 +0000 (12:41 -0700)
committerJohn Stultz <john.stultz@linaro.org>
Wed, 10 Aug 2011 21:55:29 +0000 (14:55 -0700)
There's a number of edge cases when cancelling a alarm, so
to be sure we accurately do so, introduce try_to_cancel, which
returns proper failure errors if it cannot. Also modify cancel
to spin until the alarm is properly disabled.

CC: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: John Stultz <john.stultz@linaro.org>

No differences found