Loading drivers/bus/mhi/core/mhi_pm.c +3 −0 Original line number Diff line number Diff line Loading @@ -904,6 +904,9 @@ void mhi_control_error(struct mhi_controller *mhi_cntrl) goto exit_control_error; } /* notify waiters to bail out early since MHI has entered ERROR state */ wake_up_all(&mhi_cntrl->state_event); /* start notifying all clients who request early notification */ device_for_each_child(mhi_cntrl->dev, NULL, mhi_early_notify_device); Loading Loading
drivers/bus/mhi/core/mhi_pm.c +3 −0 Original line number Diff line number Diff line Loading @@ -904,6 +904,9 @@ void mhi_control_error(struct mhi_controller *mhi_cntrl) goto exit_control_error; } /* notify waiters to bail out early since MHI has entered ERROR state */ wake_up_all(&mhi_cntrl->state_event); /* start notifying all clients who request early notification */ device_for_each_child(mhi_cntrl->dev, NULL, mhi_early_notify_device); Loading