Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342107
b: refs/heads/master
c: cbbc013
h: refs/heads/master
i:
  342105: 488496f
  342103: dc102af
v: v3
  • Loading branch information
Rafał Miłecki authored and John W. Linville committed Dec 10, 2012
1 parent e7f8660 commit 4220f7c
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: 3edfd10b45ae4ebe8ff905f626708c49e4fdc167
refs/heads/master: cbbc0138efe1dcd5426b8fc5d87741f5057aee72
2 changes: 1 addition & 1 deletion trunk/drivers/bcma/driver_mips.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ static void bcma_core_mips_set_irq(struct bcma_device *dev, unsigned int irq)
bcma_read32(mdev, BCMA_MIPS_MIPS74K_INTMASK(0)) &
~(1 << irqflag));
else
bcma_write32(mdev, BCMA_MIPS_MIPS74K_INTMASK(irq), 0);
bcma_write32(mdev, BCMA_MIPS_MIPS74K_INTMASK(oldirq), 0);

/* assign the new one */
if (irq == 0) {
Expand Down

0 comments on commit 4220f7c

Please sign in to comment.