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

Commit daa8e902 authored by Bhaumik Bhatt's avatar Bhaumik Bhatt
Browse files

mhi: cntrl: qcom: remove usage of force booleans



Remove usage of force booleans as serialization changes render
them useless.

Change-Id: I46969ad1d5311cc9949b5c6fd1ecbb84c4ffe9f7
Signed-off-by: default avatarBhaumik Bhatt <bbhatt@codeaurora.org>
parent 7d63f01f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -762,7 +762,6 @@ int mhi_arch_link_resume(struct mhi_controller *mhi_cntrl)
	}

	msm_pcie_l1ss_timeout_enable(pci_dev);
	mhi_cntrl->force_m3_done = true;

	MHI_LOG("Exited\n");

+0 −2
Original line number Diff line number Diff line
@@ -773,8 +773,6 @@ static struct mhi_controller *mhi_register_controller(struct pci_dev *pci_dev)
	mhi_cntrl->iova_start = memblock_start_of_DRAM();
	mhi_cntrl->iova_stop = memblock_end_of_DRAM();

	mhi_cntrl->need_force_m3 = true;

	/* setup host support for SFR retreival */
	if (of_property_read_bool(of_node, "mhi,sfr-support"))
		mhi_cntrl->sfr_len = MHI_MAX_SFR_LEN;