From: Shawn Guo Date: Tue, 13 Dec 2011 15:48:04 +0000 (+0800) Subject: mmc: mxs-mmc: fix the dma_transfer_direction migration X-Git-Tag: v3.3-rc1~19^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4e3e86d66ffc640ac54acffa29450e327a80ae2;p=pandora-kernel.git 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 Signed-off-by: Vinod Koul --- Reading git-diff-tree failed