mmc: fix data timeout for SEND_EXT_CSD
authorAdrian Hunter <adrian.hunter@nokia.com>
Tue, 10 Feb 2009 14:32:33 +0000 (16:32 +0200)
committerPierre Ossman <drzeus@drzeus.cx>
Sun, 8 Mar 2009 13:46:04 +0000 (14:46 +0100)
commitcda56ac29f2d8288d62978272856884d26e0b47b
treeff9290ffa90f8fb17ebd4dda181cf799ca6bc705
parent559595a985e106d2fa9f0c79b7f5805453fed593
mmc: fix data timeout for SEND_EXT_CSD

Commit 0d3e0460f307e84904968aad6cff97bd688583d8
"MMC: CSD and CID timeout values" inadvertently broke
the timeout for the MMC command SEND_EXT_CSD.

This patch puts it back again.

Depending on the characteristics of the controller,
this bug may prevent the use of MMC cards.

Signed-off-by: Adrian Hunter <adrian.hunter@nokia.com>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
drivers/mmc/core/mmc_ops.c