Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311242
b: refs/heads/master
c: a3698a9
h: refs/heads/master
v: v3
  • Loading branch information
Parav Pandit authored and Roland Dreier committed Jun 11, 2012
1 parent c57574a commit 94cdc83
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 634c5796a5c60964faf9d51892571ffe36ad24d5
refs/heads/master: a3698a9b919d2a54e3348be48ab65d102b2f105d
4 changes: 3 additions & 1 deletion trunk/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c
Original file line number Diff line number Diff line change
Expand Up @@ -2301,8 +2301,10 @@ static bool ocrdma_poll_err_rcqe(struct ocrdma_qp *qp, struct ocrdma_cqe *cqe,
*stop = true;
expand = false;
}
} else
} else {
*polled = true;
expand = ocrdma_update_err_rcqe(ibwc, cqe, qp, status);
}
return expand;
}

Expand Down

0 comments on commit 94cdc83

Please sign in to comment.