svn commit: r237432 - head/sys/arm/at91
Warner Losh
imp at FreeBSD.org
Fri Jun 22 06:44:22 UTC 2012
Author: imp
Date: Fri Jun 22 06:44:22 2012
New Revision: 237432
URL: http://svn.freebsd.org/changeset/base/237432
Log:
Fix a stray debug that I committed accidentally years ago...
Modified:
head/sys/arm/at91/at91_twi.c
Modified: head/sys/arm/at91/at91_twi.c
==============================================================================
--- head/sys/arm/at91/at91_twi.c Fri Jun 22 06:39:28 2012 (r237431)
+++ head/sys/arm/at91/at91_twi.c Fri Jun 22 06:44:22 2012 (r237432)
@@ -284,7 +284,6 @@ at91_twi_rst_card(device_t dev, u_char s
WR4(sc, TWI_CR, TWI_CR_SWRST);
WR4(sc, TWI_CR, TWI_CR_MSEN | TWI_CR_SVDIS);
WR4(sc, TWI_CWGR, sc->cwgr);
- printf("setting cwgr to %#x\n", sc->cwgr);
AT91_TWI_UNLOCK(sc);
return 0;
More information about the svn-src-all
mailing list