Merge "soc: swr-mstr: Change timeout for clk disable during ssr"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
82c45cde0a
@@ -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__);
|
||||
|
||||
|
Reference in New Issue
Block a user