commit | 23f607b8dd49d6e15365fde785c7bf08549bc30d | [log] [tgz] |
---|---|---|
author | Piyush Dhyani <pdhyani@codeaurora.org> | Wed Sep 08 12:44:57 2021 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Thu Mar 31 05:53:03 2022 -0700 |
tree | 15468c9236280f473fb2696a34d985ce4ded32fb | |
parent | f7f3cc3ca5c8cd135779d443cc1996f3ee9b1ed5 [diff] |
msm: ipa3: Queue nop desc again if it fails. Currently during nop desc send, we are setting nop pending flag to false before queing desc, due to which we are not able to queue nop desc again if it fails for first time. Now setting nop pending flag to false only if we successfully queued nop desc. Change-Id: Ice0b3726f2ff0e81c0e5b041346e0ba06619ef62 Signed-off-by: Piyush Dhyani <pdhyani@codeaurora.org>