Thread (6 messages) 6 messages, 3 authors, 2024-08-16

Re: [PATCH 2/2] usb: dwc3: xilinx: add missing depopulate in probe error path

From: Krzysztof Kozlowski <hidden>
Date: 2024-08-16 05:31:04
Also in: linux-omap, linux-usb, lkml, stable

On 15/08/2024 01:31, Thinh Nguyen wrote:
On Wed, Aug 14, 2024, Krzysztof Kozlowski wrote:
quoted
Depopulate device in probe error paths to fix leak of children
resources.

Fixes: 53b5ff83d893 ("usb: dwc3: xilinx: improve error handling for PM APIs")
Cc: <redacted>
Signed-off-by: Krzysztof Kozlowski <redacted>
---
 drivers/usb/dwc3/dwc3-xilinx.c | 1 +
 1 file changed, 1 insertion(+)
diff --git a/drivers/usb/dwc3/dwc3-xilinx.c b/drivers/usb/dwc3/dwc3-xilinx.c
index bb4d894c16e9..b7613a106da6 100644
--- a/drivers/usb/dwc3/dwc3-xilinx.c
+++ b/drivers/usb/dwc3/dwc3-xilinx.c
@@ -330,6 +330,7 @@ static int dwc3_xlnx_probe(struct platform_device *pdev)
 	return pm_runtime_resume_and_get(dev);
If pm_runtime_resume_and_get() fails, then probe will fail. We should
probably cleanup in that case too.
I will take a look.

Best regards,
Krzysztof

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help