From 6bde160ce338ab98b8daadad8fb81d2cb413a56e Mon Sep 17 00:00:00 2001 From: Bridge Wu Date: Tue, 25 Sep 2007 18:59:07 +0200 Subject: [PATCH] --- yaml --- r: 65644 b: refs/heads/master c: 81ab570f65395f09962f4bca0d89403f8911c071 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/mmc/host/pxamci.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 9a75960974ef..88005aa6194b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: faf39ede5e6325d3e91b6e4e0017d27fbecb6022 +refs/heads/master: 81ab570f65395f09962f4bca0d89403f8911c071 diff --git a/trunk/drivers/mmc/host/pxamci.c b/trunk/drivers/mmc/host/pxamci.c index b89e32d1e9b5..03d162881159 100644 --- a/trunk/drivers/mmc/host/pxamci.c +++ b/trunk/drivers/mmc/host/pxamci.c @@ -298,7 +298,7 @@ static irqreturn_t pxamci_irq(int irq, void *devid) unsigned int ireg; int handled = 0; - ireg = readl(host->base + MMC_I_REG); + ireg = readl(host->base + MMC_I_REG) & ~readl(host->base + MMC_I_MASK); if (ireg) { unsigned stat = readl(host->base + MMC_STAT);