From: Mark Brown Date: Thu, 23 Feb 2012 21:50:03 +0000 (+0000) Subject: ASoC: wm8962: Remove unneeded pm_runtime_set_active() X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=fbe4ff795f3c081e2cc21507b804b5ddc78cd362;p=linux-edison.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 445d2090661..b4d472f7f8e 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);