PERFORCE change 106316 for review

Warner Losh imp at FreeBSD.org
Mon Sep 18 12:33:02 PDT 2006


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

Change 106316 by imp at imp_lighthouse on 2006/09/18 19:32:35

	Remove useless useless useless lame ass stupid dumbass test.

Affected files ...

.. //depot/projects/arm/src/sys/boot/arm/at91/libat91/mci_device.c#15 edit

Differences ...

==== //depot/projects/arm/src/sys/boot/arm/at91/libat91/mci_device.c#15 (text+ko) ====

@@ -111,10 +111,6 @@
 	if (((AT91C_BASE_MCI->MCI_SR) & AT91C_MCI_SR_ERROR) != 0 )
 		return ((AT91C_BASE_MCI->MCI_SR) & AT91C_MCI_SR_ERROR);
 
-	// check if it is a specific command and then send the command
-	if ( (Cmd_App & SDCARD_APP_ALL_CMD) == 0)
-		return AT91C_CMD_SEND_ERROR;
-
 	return(AT91F_MCI_SendCommand(Cmd_App,Arg));
 }
 


More information about the p4-projects mailing list