Date: Mon, 18 Sep 2006 19:32:53 GMT From: Warner Losh <imp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 106316 for review Message-ID: <200609181932.k8IJWrwQ039577@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=106316 Change 106316 by imp@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)); }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609181932.k8IJWrwQ039577>