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

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

Merge "mmc: Fix compile warnings"

parents 7caa7534 3850cd39
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -4764,7 +4764,7 @@ int __sdhci_add_host(struct sdhci_host *host)
	mmc_hostname(mmc), host->hw_name, dev_name(mmc_dev(mmc)),
	mmc_hostname(mmc), host->hw_name, dev_name(mmc_dev(mmc)),
		(host->flags & SDHCI_USE_ADMA) ?
		(host->flags & SDHCI_USE_ADMA) ?
		((host->flags & SDHCI_USE_64_BIT_DMA) ?
		((host->flags & SDHCI_USE_64_BIT_DMA) ?
		"64-bit ADMA" : "32-bit ADMA") :
		"64-bit ADMA" : "32-bit ADMA") : "",
		((host->flags & SDHCI_USE_SDMA) ? "DMA" : "PIO"));
		((host->flags & SDHCI_USE_SDMA) ? "DMA" : "PIO"));


	sdhci_enable_card_detection(host);
	sdhci_enable_card_detection(host);