Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259563
b: refs/heads/master
c: 56fc508
h: refs/heads/master
i:
  259561: 44ea41c
  259559: 1762fc2
v: v3
  • Loading branch information
Vincent Bossier authored and Greg Kroah-Hartman committed Jun 28, 2011
1 parent ed236d2 commit 83f92cd
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: 584721cab2bdd26f63bfeca60c83f5e6b8eee7d0
refs/heads/master: 56fc508186dbec9aca46cd034ef12358fc044ac1
2 changes: 1 addition & 1 deletion trunk/drivers/staging/vme/bridges/vme_ca91cx42.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ static irqreturn_t ca91cx42_irqhandler(int irq, void *ptr)
serviced |= ca91cx42_VIRQ_irqhandler(ca91cx42_bridge, stat);

/* Clear serviced interrupts */
iowrite32(stat, bridge->base + LINT_STAT);
iowrite32(serviced, bridge->base + LINT_STAT);

return IRQ_HANDLED;
}
Expand Down

0 comments on commit 83f92cd

Please sign in to comment.