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

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

Merge "cnss2: set iova_stop to U64_MAX"

parents ffcd47fa 6936b49c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2714,8 +2714,9 @@ static int cnss_pci_register_mhi(struct cnss_pci_data *pci_priv)
		mhi_ctrl->iova_stop = pci_priv->smmu_iova_start +
					pci_priv->smmu_iova_len;
	} else {
		/* assume all addresses are valid */
		mhi_ctrl->iova_start = 0;
		mhi_ctrl->iova_stop = 0;
		mhi_ctrl->iova_stop = (dma_addr_t)U64_MAX;
	}

	mhi_ctrl->link_status = cnss_mhi_link_status;