Commit f78bc9f2 authored by Xiang wangx's avatar Xiang wangx Committed by Ulf Hansson
Browse files

mmc: mmci: Fix typo in comment

parent 0f6fe934
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -762,7 +762,7 @@ int mmci_dmae_setup(struct mmci_host *host)

	/*
	 * If only an RX channel is specified, the driver will
	 * attempt to use it bidirectionally, however if it is
	 * attempt to use it bidirectionally, however if it
	 * is specified but cannot be located, DMA will be disabled.
	 */
	if (dmae->rx_channel && !dmae->tx_channel)