Skip to content

Commit

Permalink
ASoC: wm8962: Remove unneeded pm_runtime_set_active()
Browse files Browse the repository at this point in the history
The default pm_runtime status is enabled which is what we want.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Mar 6, 2012
1 parent 4752a88 commit fbe4ff7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sound/soc/codecs/wm8962.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit fbe4ff7

Please sign in to comment.