Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fbe4ff79 authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: wm8962: Remove unneeded pm_runtime_set_active()



The default pm_runtime status is enabled which is what we want.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 4752a887
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);