ASoC: dapm: Drop runtime PM references asynchronously
We don't really care if any action is taken immediately so let the PM core defer things if it wants to. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
d5315a23cc
commit
fb644e9ce0
1 changed files with 1 additions and 1 deletions
|
@ -1285,7 +1285,7 @@ static void dapm_post_sequence_async(void *data, async_cookie_t cookie)
|
||||||
dev_err(d->dev, "Failed to turn off bias: %d\n", ret);
|
dev_err(d->dev, "Failed to turn off bias: %d\n", ret);
|
||||||
|
|
||||||
if (d->dev)
|
if (d->dev)
|
||||||
pm_runtime_put_sync(d->dev);
|
pm_runtime_put(d->dev);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* If we just powered up then move to active bias */
|
/* If we just powered up then move to active bias */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue