From: Tuomas Tynkkynen Date: Thu, 25 Jul 2013 18:38:02 +0000 (+0300) Subject: usb: host: tegra: Remove leftover code X-Git-Tag: v3.12-rc1~186^2~77^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de3f233703080bfbbd5861d27660db7a2e476238;p=pandora-kernel.git usb: host: tegra: Remove leftover code ehci-tegra calls devm_usb_get_phy, which will never succeed since the Tegra PHY does not register itself with the PHY subsystem. It is also completely redundant since the code has already located a PHY via an internal API. Call otg_set_host unconditionally to simplify the code since it should be safe to do so. Signed-off-by: Tuomas Tynkkynen Reviewed-by: Stephen Warren Tested-by: Stephen Warren Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed