commit | b1e46ed5769c77b8682b1862541e5fcf34ac45fd | [log] [tgz] |
---|---|---|
author | Maya Erez <merez@codeaurora.org> | Sun May 28 10:21:47 2017 +0300 |
committer | Maya Erez <merez@codeaurora.org> | Thu Jun 08 09:30:05 2017 +0300 |
tree | 6b04d71de33a15103b688bbb8ebac3d8c7cac10c | |
parent | eb1f45d33eaaeda6e144a16145241ce9b16fc783 [diff] |
wil6210: fix wil->platform_ops.suspend failure handling Current handling of wil->platform_ops.suspend can lead to bad cases, as wil_status_suspending was cleared before wil_status_resuming was set and bus request voting was restored too late. In addition, bus voting in suspend should be done only at the end of he suspend flow. Change-Id: I8856d393c1796a2bd8fd5e07b233a5d61efc80c0 Signed-off-by: Maya Erez <merez@codeaurora.org>