summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPixelBot AutoMerger <android-nexus-securitybot@system.gserviceaccount.com>2022-11-13 18:39:34 -0800
committerSecurityBot <android-nexus-securitybot@system.gserviceaccount.com>2022-11-13 18:39:34 -0800
commitdfdaf6ffa5f969dcf9594593bb6c65675705895a (patch)
treec97943417d203b1abf3d8048c39f52bb7be1a0db
parentf86621be8a0f8c1eb00ce3cc47814978cc7755f2 (diff)
parente8583a74f2b3cde0a014d9b91f4a30df16c6fb91 (diff)
downloadcnss2-dfdaf6ffa5f969dcf9594593bb6c65675705895a.tar.gz
Merge android13-gs-pixel-5.10-tm-qpr3 into android13-gs-pixel-5.10-udc
SBMerger: 478053055 Change-Id: I9089fda0c5d730e4ed17c61f64ab081e4cd9f6fc 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: