usb: phy: twl4030-usb: Move code from twl4030_phy_power to the runtime PM calls
authorTony Lindgren <tony@atomide.com>
Wed, 27 Aug 2014 23:28:09 +0000 (16:28 -0700)
committerKishon Vijay Abraham I <kishon@ti.com>
Wed, 24 Sep 2014 09:48:32 +0000 (15:18 +0530)
We don't need twl4030_phy_power() any longer now that we have
the runtime PM calls. Let's get rid of it as it's confusing.
No functional changes, just move the code and use res instead
of ret as we are not returning that value.

Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>

No differences found