mirror of
https://github.com/Fishwaldo/build.git
synced 2025-04-17 11:31:28 +00:00
13 lines
393 B
Diff
13 lines
393 B
Diff
diff --git a/drivers/usb/musb/sunxi.c b/drivers/usb/musb/sunxi.c
|
|
index c9a09b5b..dc353e24 100644
|
|
--- a/drivers/usb/musb/sunxi.c
|
|
+++ b/drivers/usb/musb/sunxi.c
|
|
@@ -297,6 +297,8 @@ static int sunxi_musb_exit(struct musb *musb)
|
|
if (test_bit(SUNXI_MUSB_FL_HAS_SRAM, &glue->flags))
|
|
sunxi_sram_release(musb->controller->parent);
|
|
|
|
+ devm_usb_put_phy(glue->dev, glue->xceiv);
|
|
+
|
|
return 0;
|
|
}
|
|
|