PERFORCE change 111279 for review

Warner Losh imp at FreeBSD.org
Fri Dec 8 01:24:38 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=111279

Change 111279 by imp at imp_lighthouse on 2006/12/08 09:24:13

	Fix EMERGE

Affected files ...

.. //depot/projects/arm/src/sys/arm/at91/at91_twi.c#37 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/at91/at91_twi.c#37 (text+ko) ====

@@ -342,11 +342,6 @@
 			break;
 	}
 out:;
-	if (err) {
-		WR4(sc, TWI_CR, TWI_CR_STOP);
-		printf("Err is %d\n", err);
-	}
-out:;
 	if (err)
 		WR4(sc, TWI_CR, TWI_CR_STOP);
 	AT91_TWI_UNLOCK(sc);


More information about the p4-projects mailing list