Loading drivers/platform/msm/mhi_dev/mhi.c +8 −1 Original line number Diff line number Diff line Loading @@ -3187,6 +3187,13 @@ static void mhi_dev_enable(struct work_struct *work) enable_irq(mhi_ctx->mhi_irq); } /* * ctrl_info might already be set to CONNECTED state in the * callback function mhi_hwc_cb triggered from IPA when mhi_hwc_init * is called above, so set to CONFIGURED state only when it * is not already set to CONNECTED */ if (mhi_ctx->ctrl_info != MHI_STATE_CONNECTED) mhi_update_state_info(MHI_STATE_CONFIGURED); /*Enable MHI dev network stack Interface*/ Loading Loading
drivers/platform/msm/mhi_dev/mhi.c +8 −1 Original line number Diff line number Diff line Loading @@ -3187,6 +3187,13 @@ static void mhi_dev_enable(struct work_struct *work) enable_irq(mhi_ctx->mhi_irq); } /* * ctrl_info might already be set to CONNECTED state in the * callback function mhi_hwc_cb triggered from IPA when mhi_hwc_init * is called above, so set to CONFIGURED state only when it * is not already set to CONNECTED */ if (mhi_ctx->ctrl_info != MHI_STATE_CONNECTED) mhi_update_state_info(MHI_STATE_CONFIGURED); /*Enable MHI dev network stack Interface*/ Loading