Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175
b: refs/heads/master
c: b87dcfb
h: refs/heads/master
i:
  173: b113843
  171: 90b0919
  167: f912a84
  159: 011d379
v: v3
  • Loading branch information
Roland Dreier authored and Linus Torvalds committed Apr 16, 2005
1 parent 63a9695 commit 0740954
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: b635fa215192a02e58e8e30d5d927435aa108192
refs/heads/master: b87dcfbacee9c57b39738f43f32834f02ec302d5
4 changes: 2 additions & 2 deletions trunk/drivers/infiniband/hw/mthca/mthca_eq.c
Original file line number Diff line number Diff line change
Expand Up @@ -344,10 +344,10 @@ static int mthca_eq_int(struct mthca_dev *dev, struct mthca_eq *eq)
break;

case MTHCA_EVENT_TYPE_CQ_ERROR:
mthca_warn(dev, "CQ %s on CQN %08x\n",
mthca_warn(dev, "CQ %s on CQN %06x\n",
eqe->event.cq_err.syndrome == 1 ?
"overrun" : "access violation",
be32_to_cpu(eqe->event.cq_err.cqn));
be32_to_cpu(eqe->event.cq_err.cqn) & 0xffffff);
break;

case MTHCA_EVENT_TYPE_EQ_OVERFLOW:
Expand Down

0 comments on commit 0740954

Please sign in to comment.