diff --git a/[refs] b/[refs] index 8d833872434a..a18044d2fd85 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c9b0cef23f8d2a16c97623d25d6e8f8e93a56e4b +refs/heads/master: 332bdb506f800d177f6657247347a253dd5b5be8 diff --git a/trunk/drivers/mmc/host/tmio_mmc_dma.c b/trunk/drivers/mmc/host/tmio_mmc_dma.c index f24a029656c2..7e86662717d6 100644 --- a/trunk/drivers/mmc/host/tmio_mmc_dma.c +++ b/trunk/drivers/mmc/host/tmio_mmc_dma.c @@ -26,7 +26,7 @@ static void tmio_mmc_enable_dma(struct tmio_mmc_host *host, bool enable) { #if defined(CONFIG_SUPERH) || defined(CONFIG_ARCH_SHMOBILE) /* Switch DMA mode on or off - SuperH specific? */ - sd_ctrl_write16(host, enable ? 2 : 0, CTL_DMA_ENABLE); + sd_ctrl_write16(host, CTL_DMA_ENABLE, enable ? 2 : 0); #endif }