]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 17 Mar 2009 00:32:19 +0000 (17:32 -0700)
commitb00d31ddc7e801763a1c4f009246435153e29bdb
tree77542e5dcd974dc34eefde2a6342ddd49f1a7e64
parent50d4eeb0d1d7eed0f13726be4dbb4c4b637e3a9b
mmc: fix data timeout for SEND_EXT_CSD

commit cda56ac29f2d8288d62978272856884d26e0b47b upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/mmc/core/mmc_ops.c