pxamci: fix dma_unmap_sg length
authorVernon Sauder <vernoninhand@gmail.com>
Tue, 30 Dec 2008 00:21:28 +0000 (19:21 -0500)
committerPierre Ossman <drzeus@drzeus.cx>
Wed, 31 Dec 2008 17:57:02 +0000 (18:57 +0100)
commitc00a46abd4d45a67ff62f4ff6d4f839dff38b877
treecb192ccb5b004681055db9b7aa5f52ffcd2875be
parent6a79e391df295bd7c2aa1309ea5031f361c197fd
pxamci: fix dma_unmap_sg length

dma_unmap_sg should be given the same length as dma_map_sg, not the
value returned from dma_map_sg

Signed-off-by: Vernon Sauder <vsauder@inhand.com>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
drivers/mmc/host/pxamci.c