From: Tony Lindgren Date: Wed, 27 Aug 2014 23:28:09 +0000 (-0700) Subject: usb: phy: twl4030-usb: Move code from twl4030_phy_power to the runtime PM calls X-Git-Tag: fixes-for-v3.18-merge-window~16^2~19^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bad8e33582cb3ea5f3a7a3517ca48e0a03be11a3;p=pandora-kernel.git usb: phy: twl4030-usb: Move code from twl4030_phy_power to the runtime PM calls 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 Signed-off-by: Kishon Vijay Abraham I --- Reading git-diff-tree failed