diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-02-23 22:50:03 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-03-06 01:18:42 +0100 |
commit | fbe4ff795f3c081e2cc21507b804b5ddc78cd362 (patch) | |
tree | 42158832f8d0a947cfe264becc8afa9c9787445b | |
parent | ASoC: wm8994: Use audio mode for jack detection when system is active (diff) | |
download | linux-fbe4ff795f3c081e2cc21507b804b5ddc78cd362.tar.xz linux-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>
-rw-r--r-- | sound/soc/codecs/wm8962.c | 1 |
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); |