Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65644
b: refs/heads/master
c: 81ab570
h: refs/heads/master
v: v3
  • Loading branch information
Bridge Wu authored and Pierre Ossman committed Sep 25, 2007
1 parent ffa9650 commit 6bde160
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: faf39ede5e6325d3e91b6e4e0017d27fbecb6022
refs/heads/master: 81ab570f65395f09962f4bca0d89403f8911c071
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/pxamci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6bde160

Please sign in to comment.