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;
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to