diff options
author | NeilBrown <[email protected]> | 2011-12-09 09:39:15 +1100 |
---|---|---|
committer | John Stultz <[email protected]> | 2011-12-13 12:26:11 -0800 |
commit | 93b2ec0128c431148b216b8f7337c1a52131ef03 (patch) | |
tree | 0782370c8c04c182e67b26414e3d4180616db94b /net/lapb/lapb_subr.c | |
parent | c9c024b3f3e07d087974db4c0dc46217fff3a6c0 (diff) |
rtc: Expire alarms after the time is set.
If the alarm time programming in the rtc is ever in the past, it won't fire,
and any other alarm will be queued after it so they won't fire either.
So any time that the alarm might be in the past, we need to trigger
the irq handler to ensure the old alarm is cleared and the timer queue
is fully in the future.
This can happen:
- when we first initialise the alarm
- when we set the time in the rtc.
so follow both of these by scheduling the timer work function.
CC: [email protected]
Signed-off-by: NeilBrown <[email protected]>
[Also catch set_mmss case -jstultz]
Signed-off-by: John Stultz <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions