]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.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)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Fri, 13 Apr 2018 14:00:32 +0000 (16:00 +0200)
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;