X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fmmc%2Fhost%2Fpxamci.c;h=a8e18fe53077fee9023442745332706a9929888f;hb=d9ecdb282c91952796b7542c4f57fd6de6948d7b;hp=d39f59738866c02e8712b9d3eb6cc686de808382;hpb=3a533374283aea50eab3976d8a6d30532175f009;p=linux-2.6 diff --git a/drivers/mmc/host/pxamci.c b/drivers/mmc/host/pxamci.c index d39f597388..a8e18fe530 100644 --- a/drivers/mmc/host/pxamci.c +++ b/drivers/mmc/host/pxamci.c @@ -177,7 +177,7 @@ static void pxamci_setup_data(struct pxamci_host *host, struct mmc_data *data) if (dalgn) DALGN |= (1 << host->dma); else - DALGN &= (1 << host->dma); + DALGN &= ~(1 << host->dma); DDADR(host->dma) = host->sg_dma; DCSR(host->dma) = DCSR_RUN; }