summaryrefslogtreecommitdiffstats
path: root/drivers/phy/phy-exynos5250-usb2.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/phy/phy-exynos5250-usb2.c')
-rw-r--r--drivers/phy/phy-exynos5250-usb2.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/phy/phy-exynos5250-usb2.c b/drivers/phy/phy-exynos5250-usb2.c
index 94179af..1c139aa 100644
--- a/drivers/phy/phy-exynos5250-usb2.c
+++ b/drivers/phy/phy-exynos5250-usb2.c
@@ -318,7 +318,6 @@ static int exynos5250_power_on(struct samsung_usb2_phy_instance *inst)
break;
}
- inst->enabled = 1;
exynos5250_isol(inst, 0);
return 0;
@@ -331,7 +330,6 @@ static int exynos5250_power_off(struct samsung_usb2_phy_instance *inst)
u32 otg;
u32 hsic;
- inst->enabled = 0;
exynos5250_isol(inst, 1);
switch (inst->cfg->id) {
OpenPOWER on IntegriCloud