diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-02-23 16:50:03 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-03-05 19:18:42 -0500 |
commit | fbe4ff795f3c081e2cc21507b804b5ddc78cd362 (patch) | |
tree | 42158832f8d0a947cfe264becc8afa9c9787445b /sound/soc/codecs/wm8962.c | |
parent | 4752a887190ff38175be47aae26a821e8941b96e (diff) |
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/wm8962.c')
-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, | |||
3673 | ret); | 3673 | ret); |
3674 | } | 3674 | } |
3675 | 3675 | ||
3676 | pm_runtime_set_active(&i2c->dev); | ||
3677 | pm_runtime_enable(&i2c->dev); | 3676 | pm_runtime_enable(&i2c->dev); |
3678 | pm_request_idle(&i2c->dev); | 3677 | pm_request_idle(&i2c->dev); |
3679 | 3678 | ||