Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6436e123 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "usb: host: xhci-msm-hsic: fix memory leak"

parents 94dcde66 e5a58e2c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1243,6 +1243,7 @@ static int mxhci_hsic_remove(struct platform_device *pdev)
	mxhci_hsic_init_vddcx(mxhci, 0);
	mxhci_hsic_init_clocks(mxhci, 0);
	mxhci_msm_config_gdsc(mxhci, 0);
	kfree(xhci);
	usb_put_hcd(hcd);

	return 0;