aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2012-02-23 21:50:03 +0000
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-03-06 00:18:42 +0000
commitfbe4ff795f3c081e2cc21507b804b5ddc78cd362 (patch)
tree42158832f8d0a947cfe264becc8afa9c9787445b /sound/soc/codecs
parentASoC: wm8994: Use audio mode for jack detection when system is active (diff)
downloadlinux-dev-fbe4ff795f3c081e2cc21507b804b5ddc78cd362.tar.xz
linux-dev-fbe4ff795f3c081e2cc21507b804b5ddc78cd362.zip
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 <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r--sound/soc/codecs/wm8962.c1
1 files changed, 0 insertions, 1 deletions
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);