]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
usb: phy: msm: Disable driver runtime PM
authorIvan T. Ivanov <ivan.ivanov@linaro.org>
Wed, 13 May 2015 12:11:14 +0000 (15:11 +0300)
committerSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Thu, 14 Jan 2016 10:51:02 +0000 (10:51 +0000)
Currently runtime PM for this driver is broken. Disable it until
proper fix is developed.

Signed-off-by: Ivan T. Ivanov <ivan.ivanov@linaro.org>
drivers/usb/phy/phy-msm-usb.c

index da13ec33fc2f6b850c586e0e70abd1228e305d3a..5ed83ec8f7673ca7e898e95253228ebc62360842 100644 (file)
@@ -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;