4.19-stable review patch.  If anyone has any objections, please let me know.

------------------

From: Dmitry Osipenko <[email protected]>

commit 563b9372f7ec57e44e8f9a8600c5107d7ffdd166 upstream.

The ChipIdea's platform device need to be unregistered on Tegra's driver
module removal.

Fixes: dfebb5f43a78827a ("usb: chipidea: Add support for Tegra20/30/114/124")
Signed-off-by: Dmitry Osipenko <[email protected]>
Acked-by: Peter Chen <[email protected]>
Cc: stable <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>

---
 drivers/usb/chipidea/ci_hdrc_tegra.c |    1 +
 1 file changed, 1 insertion(+)

--- a/drivers/usb/chipidea/ci_hdrc_tegra.c
+++ b/drivers/usb/chipidea/ci_hdrc_tegra.c
@@ -130,6 +130,7 @@ static int tegra_udc_remove(struct platf
 {
        struct tegra_udc *udc = platform_get_drvdata(pdev);
 
+       ci_hdrc_remove_device(udc->dev);
        usb_phy_set_suspend(udc->phy, 1);
        clk_disable_unprepare(udc->clk);
 


Reply via email to