commit | 2cd24680f6fa2c06feede9d2f69566de378f4519 | [log] [tgz] |
---|---|---|
author | Arve Hjønnevåg <arve@android.com> | Fri Jan 07 19:00:01 2011 -0800 |
committer | Colin Cross <ccross@android.com> | Tue Jun 14 09:09:45 2011 -0700 |
tree | 43009ce92ff0900185c5a2a02b1b0d10c5a83cf4 | |
parent | 677ef29f71cba2017015c5a804e931314dc71df6 [diff] |
rtc: alarm: Update hrtimer if alarm at the head of the queue is reprogrammed If an alarm was restarted with a value that moved it away from the head of a queue, the hrtimer would not be updated. This would cause unnecessary wakeups. Change-Id: If379f8dd92b0bdb3173bd8d057adfe0dc1d15259 Signed-off-by: Arve Hjønnevåg <arve@android.com>