From ed4e5fe636979b9cfee7c5743340c28354ba3b9e Mon Sep 17 00:00:00 2001 From: Andrew Victor Date: Wed, 17 Oct 2007 11:53:40 +0200 Subject: [PATCH] --- yaml --- r: 71055 b: refs/heads/master c: 9e3866b54867c401da8d9a665d228cf0977ab5be h: refs/heads/master i: 71053: 82737517cc1a856e6c681700897718e3bfcc911b 71051: 55ad6ed01bfaf47dcd95c2a402fe1b8c0a45d8a2 71047: d2d417847ba3df94d7aa3dea2212fb1777cce53d 71039: 0581a9e7f08ba6ad733e626d2ac7fd03185298b4 v: v3 --- [refs] | 2 +- trunk/drivers/mmc/host/at91_mci.c | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index dabf9615385f..7178865348ea 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 00cedfa67b3ab1588e2665eabd9843a3d8dd1dfc +refs/heads/master: 9e3866b54867c401da8d9a665d228cf0977ab5be diff --git a/trunk/drivers/mmc/host/at91_mci.c b/trunk/drivers/mmc/host/at91_mci.c index 6ba98a49612d..7a452c2ad1f9 100644 --- a/trunk/drivers/mmc/host/at91_mci.c +++ b/trunk/drivers/mmc/host/at91_mci.c @@ -581,9 +581,7 @@ static void at91_mci_completed_command(struct at91mci_host *host) pr_debug("Status = %08X [%08X %08X %08X %08X]\n", status, cmd->resp[0], cmd->resp[1], cmd->resp[2], cmd->resp[3]); - if (status & (AT91_MCI_RINDE | AT91_MCI_RDIRE | AT91_MCI_RCRCE | - AT91_MCI_RENDE | AT91_MCI_RTOE | AT91_MCI_DCRCE | - AT91_MCI_DTOE | AT91_MCI_OVRE | AT91_MCI_UNRE)) { + if (status & AT91_MCI_ERRORS) { if ((status & AT91_MCI_RCRCE) && !(mmc_resp_type(cmd) & MMC_RSP_CRC)) { cmd->error = 0; }