Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54393
b: refs/heads/master
c: 6ed89b9
h: refs/heads/master
i:
  54391: 1905f87
v: v3
  • Loading branch information
Ralph Campbell authored and Roland Dreier committed May 7, 2007
1 parent e29baa3 commit c56033e
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: 1a70a05d9d2b30db3e56f8cfbebb175663b41bad
refs/heads/master: 6ed89b9574776d4178f1ad754d20e4f1e5a4b6c8
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/hw/ipath/ipath_rc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1257,6 +1257,7 @@ static inline void ipath_rc_rcv_resp(struct ipath_ibdev *dev,
wc.dlid_path_bits = 0;
wc.port_num = 0;
ipath_sqerror_qp(qp, &wc);
spin_unlock_irqrestore(&qp->s_lock, flags);
bail:
return;
}
Expand Down Expand Up @@ -1436,7 +1437,6 @@ static inline int ipath_rc_rcv_error(struct ipath_ibdev *dev,
break;
}
qp->r_nak_state = 0;
spin_unlock_irq(&qp->s_lock);
tasklet_hi_schedule(&qp->s_task);

unlock_done:
Expand Down

0 comments on commit c56033e

Please sign in to comment.