Author: ian
Date: Fri Mar 29 17:57:24 2013
New Revision: 248899
URL: http://svnweb.freebsd.org/changeset/base/248899
Log:
Remove a really noisy printf left over from debugging hardware errata.
Modified:
head/sys/arm/at91/at91_mci.c
Modified: head/sys/arm/at91/at91_mci.c
==============================================================================
--- head/sys/arm/at91/at91_mci.c Fri Mar 29 17:28:27 2013
(r248898)
+++ head/sys/arm/at91/at91_mci.c Fri Mar 29 17:57:24 2013
(r248899)
@@ -1069,8 +1069,6 @@ at91_mci_stop_done(struct at91_mci_softc
}
} 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;
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"