sdhci: disable DMA for req, not completely
authorPierre Ossman <drzeus@drzeus.cx>
Mon, 28 Jul 2008 22:45:51 +0000 (00:45 +0200)
committerPierre Ossman <drzeus@drzeus.cx>
Fri, 1 Aug 2008 17:03:35 +0000 (19:03 +0200)
commitebd6d357848edb8709dd9bed4b93834d1b4d7044
tree37775d897ef1acb6e2488ca994958c7eb81f8d89
parent4a3cba32cb514168bb2516c045b178e6660421d1
sdhci: disable DMA for req, not completely

The wrong flag was manipulated when an invalid sg list was given, turning
off DMA on the next (and all subsequent) request instead of the current
one.

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