Loading drivers/bus/mhi/core/mhi_main.c +2 −1 Original line number Diff line number Diff line Loading @@ -1939,6 +1939,7 @@ int mhi_prepare_channel(struct mhi_controller *mhi_cntrl, return 0; error_dec_pendpkt: if (in_mission_mode) atomic_dec(&mhi_cntrl->pending_pkts); error_pm_state: if (!mhi_chan->offload_ch) Loading Loading
drivers/bus/mhi/core/mhi_main.c +2 −1 Original line number Diff line number Diff line Loading @@ -1939,6 +1939,7 @@ int mhi_prepare_channel(struct mhi_controller *mhi_cntrl, return 0; error_dec_pendpkt: if (in_mission_mode) atomic_dec(&mhi_cntrl->pending_pkts); error_pm_state: if (!mhi_chan->offload_ch) Loading