commit: http://blackfin.uclinux.org/git/?p=linux-kernel;a=commitdiff;h=132fd4faedd36ef1acfbf5df4d1f81411a47a2be
branch: http://blackfin.uclinux.org/git/?p=linux-kernel;a=shortlog;h=refs/heads/2012R1

This is changed to 4 by mistake when port to BF609.

Signed-off-by: Sonic Zhang <[email protected]>
---
 drivers/mmc/host/bfin_sdh.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/mmc/host/bfin_sdh.c b/drivers/mmc/host/bfin_sdh.c
index 751edf6..c701878 100644
--- a/drivers/mmc/host/bfin_sdh.c
+++ b/drivers/mmc/host/bfin_sdh.c
@@ -136,7 +136,7 @@ static int sdh_setup_data(struct sdh_host *host, struct mmc_data *data)
 # ifdef RSI_BLKSZ
 	dma_cfg |= PSIZE_32 | NDSIZE_3;
 # else
-	dma_cfg |= NDSIZE_4;
+	dma_cfg |= NDSIZE_5;
 # endif
 	{
 		struct scatterlist *sg;
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to