]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
sdio: clean up handling of byte mode transfer size
authorPierre Ossman <drzeus@drzeus.cx>
Sat, 28 Jun 2008 11:22:40 +0000 (13:22 +0200)
committerPierre Ossman <drzeus@drzeus.cx>
Tue, 15 Jul 2008 12:14:44 +0000 (14:14 +0200)
commiteea0f581c4e596e02250df230f8d385827977964
tree7c8c53b63c6cd5f6bcea49b53f3d436dccd6faa0
parentad3868b2ec96ec14a1549c9e33f5f9a2a3c6ab15
sdio: clean up handling of byte mode transfer size

Make sure that the maximum size for a byte mode transfer is identical
in all places. Also tweak the transfer helper so that a single byte
mode transfer is preferred over (possibly multiple) block mode
request(s).

Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
drivers/mmc/core/sdio_io.c