diff options
| author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-05-04 17:52:27 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-05-04 17:52:27 -0400 |
| commit | 6fc56ccfe44c8bc3fb47d6346c12c3b865756ef8 (patch) | |
| tree | e7e9dabd9d5bcf547946b3ae68e64ea68525e9d0 /drivers/mmc/mmci.c | |
| parent | cbdf811c77cf2906a099b8da92e9f6f335b68a73 (diff) | |
| parent | 920e70c5c603ada05dd480ca0ccc0ae12a5fdc39 (diff) | |
Merge master.kernel.org:/home/rmk/linux-2.6-mmc
* master.kernel.org:/home/rmk/linux-2.6-mmc:
[MMC] Move set_ios debugging into mmc.c
[MMC] Correct mmc_request_done comments
[MMC] PXA: reduce the number of lines PXAMCI debug uses
[MMC] PXA and i.MX: don't avoid sending stop command on error
[MMC] extend data timeout for writes
[ARM] 3485/1: i.MX: MX1 SD/MMC fix of unintentional double start possibility
Diffstat (limited to 'drivers/mmc/mmci.c')
| -rw-r--r-- | drivers/mmc/mmci.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/mmc/mmci.c b/drivers/mmc/mmci.c index df7e861e2fc7..da8e4d7339cc 100644 --- a/drivers/mmc/mmci.c +++ b/drivers/mmc/mmci.c | |||
| @@ -402,9 +402,6 @@ static void mmci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) | |||
| 402 | struct mmci_host *host = mmc_priv(mmc); | 402 | struct mmci_host *host = mmc_priv(mmc); |
| 403 | u32 clk = 0, pwr = 0; | 403 | u32 clk = 0, pwr = 0; |
| 404 | 404 | ||
| 405 | DBG(host, "clock %uHz busmode %u powermode %u Vdd %u\n", | ||
| 406 | ios->clock, ios->bus_mode, ios->power_mode, ios->vdd); | ||
| 407 | |||
| 408 | if (ios->clock) { | 405 | if (ios->clock) { |
| 409 | if (ios->clock >= host->mclk) { | 406 | if (ios->clock >= host->mclk) { |
| 410 | clk = MCI_CLK_BYPASS; | 407 | clk = MCI_CLK_BYPASS; |
