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

Commit 82c45cde 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: Change timeout for clk disable during ssr"

parents 706d3a9a c87efeb8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2290,7 +2290,7 @@ int swrm_wcd_notify(struct platform_device *pdev, u32 id, void *data)
		reinit_completion(&swrm->clk_off_complete);
		if (swrm->clk_ref_count &&
			 !wait_for_completion_timeout(&swrm->clk_off_complete,
						   msecs_to_jiffies(200)))
						   msecs_to_jiffies(500)))
			dev_err(swrm->dev, "%s: clock voting not zero\n",
				__func__);