aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-dapm.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/soc-dapm.c')
-rw-r--r--sound/soc/soc-dapm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c
index 30f9b5c71eee..4973545f2a32 100644
--- a/sound/soc/soc-dapm.c
+++ b/sound/soc/soc-dapm.c
@@ -1285,7 +1285,7 @@ static void dapm_post_sequence_async(void *data, async_cookie_t cookie)
1285 dev_err(d->dev, "Failed to turn off bias: %d\n", ret); 1285 dev_err(d->dev, "Failed to turn off bias: %d\n", ret);
1286 1286
1287 if (d->dev) 1287 if (d->dev)
1288 pm_runtime_put_sync(d->dev); 1288 pm_runtime_put(d->dev);
1289 } 1289 }
1290 1290
1291 /* If we just powered up then move to active bias */ 1291 /* If we just powered up then move to active bias */