From: Sascha Hauer Date: Fri, 11 Nov 2011 15:28:05 +0000 (+0100) Subject: mmc: mxcmmc: fix falling back to PIO X-Git-Tag: v3.2-rc6~25^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e58f516ff4730c4047c3f104b061f7a03e9a263c;p=pandora-kernel.git mmc: mxcmmc: fix falling back to PIO When we can't configure the dma channel we want to fall back to PIO. We do this by setting host->do_dma to zero. This does not work as do_dma is used to see whether dma can be used for the current transfer. Instead, we have to set host->dma to NULL. Signed-off-by: Sascha Hauer Cc: Signed-off-by: Chris Ball --- Reading git-diff-tree failed