diff options
Diffstat (limited to 'sound/soc/davinci')
-rw-r--r-- | sound/soc/davinci/davinci-mcasp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/davinci/davinci-mcasp.c b/sound/soc/davinci/davinci-mcasp.c index 002351f9fc40..57f606e4cf02 100644 --- a/sound/soc/davinci/davinci-mcasp.c +++ b/sound/soc/davinci/davinci-mcasp.c | |||
@@ -1225,6 +1225,7 @@ static int davinci_mcasp_probe(struct platform_device *pdev) | |||
1225 | ret = pm_runtime_get_sync(&pdev->dev); | 1225 | ret = pm_runtime_get_sync(&pdev->dev); |
1226 | if (IS_ERR_VALUE(ret)) { | 1226 | if (IS_ERR_VALUE(ret)) { |
1227 | dev_err(&pdev->dev, "pm_runtime_get_sync() failed\n"); | 1227 | dev_err(&pdev->dev, "pm_runtime_get_sync() failed\n"); |
1228 | pm_runtime_disable(&pdev->dev); | ||
1228 | return ret; | 1229 | return ret; |
1229 | } | 1230 | } |
1230 | 1231 | ||