]> git.baikalelectronics.ru Git - kernel.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)
committerPierre Ossman <drzeus@drzeus.cx>
Sun, 8 Mar 2009 13:46:04 +0000 (14:46 +0100)
commit1caa5e51edbb8c8ccfe53b893e90d2fc9af7e75c
treeff9290ffa90f8fb17ebd4dda181cf799ca6bc705
parent2f09fb9728a7be1cde099e55f6766b187588ae4a
mmc: fix data timeout for SEND_EXT_CSD

Commit a70768b31d8c525bb7d92885422b5bf4a2f764dd
"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