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

Commit b7c33e7e 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 77c61b38 f8632605
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -328,11 +328,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;