sdhci: don't check block count for progress
authorPierre Ossman <drzeus@drzeus.cx>
Fri, 18 Apr 2008 18:41:49 +0000 (20:41 +0200)
committerPierre Ossman <drzeus@drzeus.cx>
Tue, 15 Jul 2008 12:14:39 +0000 (14:14 +0200)
commitc9b74c5b8fb807187f6b1db09012828fcd2d7e73
treea481a8560c1035e7185566784efff4578055c789
parent50515af207d410c9f228380e529c56f43c3de0bd
sdhci: don't check block count for progress

The specification is insufficiently strict when it comes to how the
hardware should update the block count register, making it useless
for checking transfer progress.

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