mmc: mxs-mmc: fix the dma_transfer_direction migration
authorShawn Guo <shawn.guo@linaro.org>
Tue, 13 Dec 2011 15:48:04 +0000 (23:48 +0800)
committerVinod Koul <vinod.koul@linux.intel.com>
Fri, 23 Dec 2011 16:03:15 +0000 (21:33 +0530)
commita4e3e86d66ffc640ac54acffa29450e327a80ae2
tree7067dc62c57816151930a04b2fe21267f4c5258b
parent62268ce9170c5466332c046ff6ddafcb67751502
mmc: mxs-mmc: fix the dma_transfer_direction migration

The commit 05f5799 (mmc-host: move to dma_transfer_direction) left out
the DMA_NONE, in turn breaks the driver as below.

[    0.650000] mxs-mmc mxs-mmc.0: initialized
[    0.650000] mxs-mmc mxs-mmc.1: initialized
[    0.690000] mxs-dma mxs-dma-apbh: maximum bytes for sg entry exceeded: -55906
7475 > 65280
[    0.690000] mxs-mmc mxs-mmc.0: mxs_mmc_ac: failed to prep dma

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
drivers/mmc/host/mxs-mmc.c