]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
mmc: fix cid and csd byte order
authorPierre Ossman <drzeus@drzeus.cx>
Sat, 27 Oct 2007 12:14:23 +0000 (14:14 +0200)
committerPierre Ossman <drzeus@drzeus.cx>
Sat, 27 Oct 2007 12:14:23 +0000 (14:14 +0200)
commit78e480731ab89e311ecdb455d04903cafbe163ca
tree80d443e1f723314ac8921623475ea23ac70a5d18
parent6356a9d955e1898eadaa8cba9a5137b1787c0c7e
mmc: fix cid and csd byte order

MMC over SPI sends the CID and CSD registers as data, not responses,
which means that the host driver won't do the necessary byte flipping
for us.

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