1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Remove a really noisy printf left over from debugging hardware errata.

This commit is contained in:
Ian Lepore 2013-03-29 17:57:24 +00:00
parent 10a93479b9
commit 14146e9a04
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=248899

View File

@ -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;