Loading drivers/usb/phy/phy-msm-snps-hs.c +0 −3 Original line number Diff line number Diff line Loading @@ -682,9 +682,6 @@ static int msm_hsphy_remove(struct platform_device *pdev) msm_hsphy_enable_clocks(phy, false); msm_hsphy_enable_power(phy, false); kfree(phy); return 0; } Loading drivers/usb/phy/phy-msm-ssusb-qmp.c +0 −1 Original line number Diff line number Diff line Loading @@ -1091,7 +1091,6 @@ static int msm_ssphy_qmp_remove(struct platform_device *pdev) usb_remove_phy(&phy->phy); msm_ssphy_qmp_enable_clks(phy, false); msm_ssusb_qmp_ldo_enable(phy, 0); kfree(phy); return 0; } Loading Loading
drivers/usb/phy/phy-msm-snps-hs.c +0 −3 Original line number Diff line number Diff line Loading @@ -682,9 +682,6 @@ static int msm_hsphy_remove(struct platform_device *pdev) msm_hsphy_enable_clocks(phy, false); msm_hsphy_enable_power(phy, false); kfree(phy); return 0; } Loading
drivers/usb/phy/phy-msm-ssusb-qmp.c +0 −1 Original line number Diff line number Diff line Loading @@ -1091,7 +1091,6 @@ static int msm_ssphy_qmp_remove(struct platform_device *pdev) usb_remove_phy(&phy->phy); msm_ssphy_qmp_enable_clks(phy, false); msm_ssusb_qmp_ldo_enable(phy, 0); kfree(phy); return 0; } Loading