From: Russell King Date: Thu, 16 Feb 2006 16:48:31 +0000 (+0000) Subject: [MMC] mmci: allow small data transfers X-Git-Tag: v2.6.16-rc4~30^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0425a14213f373595bd23cacdc675f2b973a28d4;p=pandora-kernel.git [MMC] mmci: allow small data transfers If a data transfer is small (less than a FIFO size) we would hang waiting for the data to be read due to the PIO interrupt not occuring. We allowed for this in our PIO interrupt handler, but not when setting up a data transfer. Apply the "fix" when setting up a data transfer as well. Signed-off-by: Russell King --- Reading git-diff-tree failed