From 50331a7e7437714d71a1abf804f31079ec81d255 Mon Sep 17 00:00:00 2001 From: ian Date: Fri, 29 Mar 2013 17:57:24 +0000 Subject: Remove a really noisy printf left over from debugging hardware errata. --- sys/arm/at91/at91_mci.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/arm/at91/at91_mci.c b/sys/arm/at91/at91_mci.c index 8415ed0..c4cf9b4 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; -- cgit v1.1