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

Commit b65d7c65 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mhi: controller: Do not enable/disable L1 from device side"

parents a2e598b0 7c23324e
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -349,11 +349,8 @@ static int mhi_arch_pcie_scale_bw(struct mhi_controller *mhi_cntrl,
{
	int ret;

	mhi_cntrl->lpm_disable(mhi_cntrl, mhi_cntrl->priv_data);
	ret = msm_pcie_set_link_bandwidth(pci_dev, link_info->target_link_speed,
					  link_info->target_link_width);
	mhi_cntrl->lpm_enable(mhi_cntrl, mhi_cntrl->priv_data);

	if (ret)
		return ret;