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

Commit ce45c3a5 authored by Ram Prakash Gupta's avatar Ram Prakash Gupta
Browse files

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



Set descriptor size flag in cqhci as this depends on
crypto support of controller.

Change-Id: I84a51134250de7d60a1ac217c75bc9c2d141f4e7
Signed-off-by: default avatarRam Prakash Gupta <rampraka@codeaurora.org>
parent 2e2095bc
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) {