Loading drivers/usb/host/ehci-msm2.c +4 −0 Original line number Diff line number Diff line Loading @@ -1619,6 +1619,10 @@ static int ehci_msm2_remove(struct platform_device *pdev) free_irq(mhcd->wakeup_irq, mhcd); } /* If the device was removed no need to call pm_runtime_disable */ if (pdev->dev.power.power_state.event != PM_EVENT_INVALID) pm_runtime_disable(&pdev->dev); device_init_wakeup(&pdev->dev, 0); pm_runtime_set_suspended(&pdev->dev); Loading Loading
drivers/usb/host/ehci-msm2.c +4 −0 Original line number Diff line number Diff line Loading @@ -1619,6 +1619,10 @@ static int ehci_msm2_remove(struct platform_device *pdev) free_irq(mhcd->wakeup_irq, mhcd); } /* If the device was removed no need to call pm_runtime_disable */ if (pdev->dev.power.power_state.event != PM_EVENT_INVALID) pm_runtime_disable(&pdev->dev); device_init_wakeup(&pdev->dev, 0); pm_runtime_set_suspended(&pdev->dev); Loading