summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPixelBot AutoMerger <android-nexus-securitybot@system.gserviceaccount.com>2022-11-13 18:39:29 -0800
committerSecurityBot <android-nexus-securitybot@system.gserviceaccount.com>2022-11-13 18:39:29 -0800
commite8583a74f2b3cde0a014d9b91f4a30df16c6fb91 (patch)
treec97943417d203b1abf3d8048c39f52bb7be1a0db
parentc612c71bdf0ef8bebf6ddf0a70803a949885274b (diff)
parent8d7c73099e9eb1d2e7d637667473bce15577bf58 (diff)
downloadcnss2-e8583a74f2b3cde0a014d9b91f4a30df16c6fb91.tar.gz
Merge android13-gs-pixel-5.10-tm-qpr2 into android13-gs-pixel-5.10-tm-qpr3
SBMerger: 478053055 Change-Id: I0321feb31a0b46270e770e01edf5ba3d90890ebb Signed-off-by: SecurityBot <android-nexus-securitybot@system.gserviceaccount.com>
-rw-r--r--mhi/core/pm.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/mhi/core/pm.c b/mhi/core/pm.c
index 45ddbbb..02b340f 100644
--- a/mhi/core/pm.c
+++ b/mhi/core/pm.c
@@ -747,8 +747,13 @@ void mhi_pm_st_worker(struct work_struct *work)
list_for_each_entry_safe(itr, tmp, &head, node) {
list_del(&itr->node);
+#if defined(CONFIG_WCN_GOOGLE)
+ MHI_LOG("Handling state transition: %s\n",
+ TO_DEV_STATE_TRANS_STR(itr->state));
+#else
MHI_VERB("Handling state transition: %s\n",
TO_DEV_STATE_TRANS_STR(itr->state));
+#endif
switch (itr->state) {
case DEV_ST_TRANSITION_PBL: