Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88265
b: refs/heads/master
c: b63009b
h: refs/heads/master
i:
  88263: 82e0933
v: v3
  • Loading branch information
Larry Finger authored and John W. Linville committed Apr 9, 2008
1 parent ef09cf5 commit aacc724
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: 216bce90b811a35eb5cd2ed8216bdbb1753e9b2b
refs/heads/master: b63009b456c8d9abe684bdf8d4bd8f27eb040019
2 changes: 1 addition & 1 deletion trunk/drivers/ssb/driver_pcicore.c
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ int ssb_pcicore_dev_irqvecs_enable(struct ssb_pcicore *pc,
} else {
tmp = ssb_read32(dev, SSB_TPSFLAG);
tmp &= SSB_TPSFLAG_BPFLAG;
intvec |= tmp;
intvec |= (1 << tmp);
}
ssb_write32(pdev, SSB_INTVEC, intvec);
}
Expand Down

0 comments on commit aacc724

Please sign in to comment.