Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c21a9d03 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "soc: swr-mstr-ctrl: porting fix from wcd controller to mstr controller"

parents 37e32453 4721b163
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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);