diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-02-23 21:50:03 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-03-06 00:18:42 +0000 |
commit | fbe4ff795f3c081e2cc21507b804b5ddc78cd362 (patch) | |
tree | 42158832f8d0a947cfe264becc8afa9c9787445b /sound/soc | |
parent | 4752a887190ff38175be47aae26a821e8941b96e (diff) | |
download | linux-fbe4ff795f3c081e2cc21507b804b5ddc78cd362.tar.bz2 |
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')
-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); |