]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: mxs: fix flags passed to dmaengine_prep_slave_sg
authorSascha Hauer <s.hauer@pengutronix.de>
Fri, 18 Oct 2019 09:39:34 +0000 (11:39 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 21 Oct 2019 14:16:38 +0000 (16:16 +0200)
commit595d9c132fd250abbec21b3bdafe45afc3586d9d
tree48628d000683b6071bb86ec4a1412f54abaeafe2
parentcc77402f86b1d5c46344f87f6d7764d681585cb5
mmc: mxs: fix flags passed to dmaengine_prep_slave_sg

Since 7e1093db9183 we no longer abuse the DMA_CTRL_ACK flag for custom
driver use and introduced the MXS_DMA_CTRL_WAIT4END instead. We have not
changed all users to this flag though. This patch fixes it for the
mxs-mmc driver.

Fixes: 7e1093db9183 ("dmaengine: mxs: rename custom flag")
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Tested-by: Fabio Estevam <festevam@gmail.com>
Reported-by: Bruno Thomsen <bruno.thomsen@gmail.com>
Tested-by: Bruno Thomsen <bruno.thomsen@gmail.com>
Cc: stable@vger.kernel.org
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/mxs-mmc.c