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

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

Merge "mmc: sdhci-msm: Set descriptor size flag in cqhci"

parents faddc83d ce45c3a5
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2403,8 +2403,6 @@ static int sdhci_msm_cqe_add_host(struct sdhci_host *host,
	msm_host->cq_host = cq_host;

	dma64 = host->flags & SDHCI_USE_64_BIT_DMA;
	if (dma64)
		cq_host->caps |= CQHCI_TASK_DESC_SZ_128;

	ret = cqhci_init(cq_host, host->mmc, dma64);
	if (ret) {