From a92b6f28ae70d6217c5820698d0995fa74b1b521 Mon Sep 17 00:00:00 2001 From: "Ivan T. Ivanov" Date: Wed, 13 May 2015 15:11:14 +0300 Subject: [PATCH] usb: phy: msm: Disable driver runtime PM Currently runtime PM for this driver is broken. Disable it until proper fix is developed. Signed-off-by: Ivan T. Ivanov --- drivers/usb/phy/phy-msm-usb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/usb/phy/phy-msm-usb.c b/drivers/usb/phy/phy-msm-usb.c index da13ec33fc2f..5ed83ec8f767 100644 --- a/drivers/usb/phy/phy-msm-usb.c +++ b/drivers/usb/phy/phy-msm-usb.c @@ -1833,7 +1833,6 @@ static int msm_otg_probe(struct platform_device *pdev) register_reboot_notifier(&motg->reboot); pm_runtime_set_active(&pdev->dev); - pm_runtime_enable(&pdev->dev); return 0; -- 2.39.5