mmc: mmc_spi: Don't mention DMA direction
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 4 Mar 2024 18:48:30 +0000 (20:48 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 5 Mar 2024 12:04:37 +0000 (13:04 +0100)
commita5f372a1bbaaf07b4028d0d2002c460958c46911
tree57cc24b7a7866f737871031ba6687e2a8cfd8bd8
parent67e90a7deacb1243d87567ec7b89e34ff639d97d
mmc: mmc_spi: Don't mention DMA direction

Since driver doesn't handle any DMA requests, drop any use of DMA bits,
such as DMA direction. Instead, use MMC_DATA_WRITE flag directly.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20240304184830.1319526-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/mmc_spi.c