commit | 74db23cf883c6eb9d1f10aaff57b9cc167cb0868 | [log] [tgz] |
---|---|---|
author | Alexander Filippov <a.filippov@yadro.com> | Thu Nov 29 15:31:42 2018 +0300 |
committer | Alexander Filippov <a.filippov@yadro.com> | Thu Nov 29 16:17:02 2018 +0300 |
tree | 94fba9af33820c400da4593853cf32fdba8cf6d9 | |
parent | 79e4415fff20c0fb01d00b4f78d0de432d0e7e9a [diff] |
Fix checking the status of timer With the new implementation of the timer (the commit 3a70fa24fc016a06b0dc2ecdc3c7275d1f25425c), we catch the bug in the logic of the rt-link events handler: If the timer is not started yet, it will never expire. This commit adds the additional check for the timer activity. Resolves openbmc/openbmc#3437 Change-Id: I0f8c165c626cc649af8d6550407d2a640f691fce Signed-off-by: Alexander Filippov <a.filippov@yadro.com>