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

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

Merge "msm: ep_pcie: Update client handle after deregistration"

parents 76c1d027 f59879a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -971,8 +971,8 @@ static void ep_pcie_release_resources(struct ep_pcie_dev_t *dev)
	dev->msi = NULL;

	if (dev->bus_client) {
		dev->bus_client = 0;
		msm_bus_scale_unregister_client(dev->bus_client);
		dev->bus_client = 0;
	}
}