From: Mark Brown Date: Thu, 23 Feb 2012 21:50:03 +0000 (+0000) Subject: ASoC: wm8962: Remove unneeded pm_runtime_set_active() X-Git-Tag: firefly_0821_release~3680^2~2691^2~52^2~24^2~3 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=fbe4ff795f3c081e2cc21507b804b5ddc78cd362;p=firefly-linux-kernel-4.4.55.git ASoC: wm8962: Remove unneeded pm_runtime_set_active() The default pm_runtime status is enabled which is what we want. Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/wm8962.c b/sound/soc/codecs/wm8962.c index 445d2090661c..b4d472f7f8e9 100644 --- a/sound/soc/codecs/wm8962.c +++ b/sound/soc/codecs/wm8962.c @@ -3673,7 +3673,6 @@ static __devinit int wm8962_i2c_probe(struct i2c_client *i2c, ret); } - pm_runtime_set_active(&i2c->dev); pm_runtime_enable(&i2c->dev); pm_request_idle(&i2c->dev);