aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/at91
diff options
context:
space:
mode:
authorIan Lepore <ian@FreeBSD.org>2013-03-29 17:57:24 +0000
committerIan Lepore <ian@FreeBSD.org>2013-03-29 17:57:24 +0000
commit14146e9a0415f888d944edc49b08f1e891c39b07 (patch)
treea7475d4b2c7999bef3498358a7215d6e3e5542c8 /sys/arm/at91
parent10a93479b94d1f0fc59c310bea7ce0e3551fe404 (diff)
downloadsrc-14146e9a0415f888d944edc49b08f1e891c39b07.tar.gz
src-14146e9a0415f888d944edc49b08f1e891c39b07.zip
Remove a really noisy printf left over from debugging hardware errata.
Notes
Notes: svn path=/head/; revision=248899
Diffstat (limited to 'sys/arm/at91')
-rw-r--r--sys/arm/at91/at91_mci.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/arm/at91/at91_mci.c b/sys/arm/at91/at91_mci.c
index 8415ed0c7de9..c4cf9b48413a 100644
--- a/sys/arm/at91/at91_mci.c
+++ b/sys/arm/at91/at91_mci.c
@@ -1069,8 +1069,6 @@ at91_mci_stop_done(struct at91_mci_softc *sc, uint32_t sr)
}
} while (sr & MCI_SR_RXRDY);
at91_mci_reset(sc);
- if (count != 0)
- printf("Had to soak up %d words after read\n", count);
}
cmd->error = MMC_ERR_NONE;