Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9401
b: refs/heads/master
c: f7ed3a5
h: refs/heads/master
i:
  9399: 3be2928
v: v3
  • Loading branch information
Michael S. Tsirkin authored and Roland Dreier committed Sep 26, 2005
1 parent 92ead06 commit ca6df85
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: 018771f435388f22f388eb8658c652086fb3633e
refs/heads/master: f7ed3a5971da98acdc506bdbdef25cfe51c334a2
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/hw/mthca/mthca_eq.c
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ int __devinit mthca_init_eq_table(struct mthca_dev *dev)
dev->eq_table.clr_mask =
swab32(1 << (dev->eq_table.inta_pin & 31));
dev->eq_table.clr_int = dev->clr_base +
(dev->eq_table.inta_pin < 31 ? 4 : 0);
(dev->eq_table.inta_pin < 32 ? 4 : 0);
}

dev->eq_table.arm_mask = 0;
Expand Down

0 comments on commit ca6df85

Please sign in to comment.