Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96175
b: refs/heads/master
c: 2889d1e
h: refs/heads/master
i:
  96173: a31fc4e
  96171: 3bac3af
  96167: 058a20f
  96159: 16f6fd8
v: v3
  • Loading branch information
Michael Albaugh authored and Roland Dreier committed May 7, 2008
1 parent 3c6ea00 commit ae43732
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: 2bfc8e9edf200aeeca18ee44bcbf6bce65438a42
refs/heads/master: 2889d1ef1240591fa4c72a6753e0a8d1c6e18140
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/hw/ipath/ipath_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -1197,7 +1197,7 @@ void ipath_kreceive(struct ipath_portdata *pd)
}

reloop:
for (last = 0, i = 1; !last; i++) {
for (last = 0, i = 1; !last; i += !last) {
hdr = dd->ipath_f_get_msgheader(dd, rhf_addr);
eflags = ipath_hdrget_err_flags(rhf_addr);
etype = ipath_hdrget_rcv_type(rhf_addr);
Expand Down

0 comments on commit ae43732

Please sign in to comment.