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

Commit b81cfc41 authored by Ludovic Desroches's avatar Ludovic Desroches Committed by Chris Ball
Browse files

mmc: atmel-mci: fix typo

parent e3891dc5
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1975,7 +1975,7 @@ static bool atmci_configure_dma(struct atmel_mci *host)
		return false;
		return false;
	} else {
	} else {
		dev_info(&host->pdev->dev,
		dev_info(&host->pdev->dev,
					"Using %s for DMA transfers\n",
					"using %s for DMA transfers\n",
					dma_chan_name(host->dma.chan));
					dma_chan_name(host->dma.chan));
		return true;
		return true;
	}
	}