Update debug prints to include local device in the BHI interrupt
handler. This helps show transitions better between MHI states.

Signed-off-by: Bhaumik Bhatt <bbh...@codeaurora.org>
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasi...@linaro.org>
---
 drivers/bus/mhi/core/main.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/drivers/bus/mhi/core/main.c b/drivers/bus/mhi/core/main.c
index 9715f51..4540f9e 100644
--- a/drivers/bus/mhi/core/main.c
+++ b/drivers/bus/mhi/core/main.c
@@ -440,9 +440,10 @@ irqreturn_t mhi_intvec_threaded_handler(int irq_number, 
void *priv)
 
        state = mhi_get_mhi_state(mhi_cntrl);
        ee = mhi_get_exec_env(mhi_cntrl);
-       dev_dbg(dev, "local ee:%s device ee:%s dev_state:%s\n",
-               TO_MHI_EXEC_STR(mhi_cntrl->ee), TO_MHI_EXEC_STR(ee),
-               TO_MHI_STATE_STR(state));
+       dev_dbg(dev, "local ee: %s state: %s device ee: %s state: %s\n",
+               TO_MHI_EXEC_STR(mhi_cntrl->ee),
+               TO_MHI_STATE_STR(mhi_cntrl->dev_state),
+               TO_MHI_EXEC_STR(ee), TO_MHI_STATE_STR(state));
 
        if (state == MHI_STATE_SYS_ERR) {
                dev_dbg(dev, "System error detected\n");
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

Reply via email to