Loading soc/swr-mstr-ctrl.c +2 −0 Original line number Diff line number Diff line Loading @@ -1879,6 +1879,8 @@ int swrm_wcd_notify(struct platform_device *pdev, u32 id, void *data) (swrm->state == SWR_MSTR_UP)) { dev_dbg(swrm->dev, "%s: SWR master is already UP: %d\n", __func__, swrm->state); list_for_each_entry(swr_dev, &mstr->devices, dev_list) swr_reset_device(swr_dev); } else { pm_runtime_mark_last_busy(&pdev->dev); mutex_unlock(&swrm->reslock); Loading Loading
soc/swr-mstr-ctrl.c +2 −0 Original line number Diff line number Diff line Loading @@ -1879,6 +1879,8 @@ int swrm_wcd_notify(struct platform_device *pdev, u32 id, void *data) (swrm->state == SWR_MSTR_UP)) { dev_dbg(swrm->dev, "%s: SWR master is already UP: %d\n", __func__, swrm->state); list_for_each_entry(swr_dev, &mstr->devices, dev_list) swr_reset_device(swr_dev); } else { pm_runtime_mark_last_busy(&pdev->dev); mutex_unlock(&swrm->reslock); Loading