commit | 12f5c6f5fd66669f9d4b6e03025043a7c2d9559c | [log] [tgz] |
---|---|---|
author | Quinn Male <qmale@codeaurora.org> | Thu Nov 14 17:34:10 2019 -0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Mon Mar 30 10:13:21 2020 -0700 |
tree | edf063573caef93275bd7ddfc2aee9e5f9207e6c | |
parent | 4aa934f449a6ab077587500a0040dca764467982 [diff] |
st-hal: Prevent double second stage prepare/stop Second stage prepare/stop functions should only be called as part of the client load/unload sequences. Currently, they are also erroneously called internally within the SSR state function. So if client load or unload occurs during SSR, these functions can be called twice, which causes failures. Change-Id: I22c1878db37dfebf5464020bc07651bf0b239600