Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26431
b: refs/heads/master
c: d562a5a
h: refs/heads/master
i:
  26429: 7d00ed0
  26427: 84f1130
  26423: f893708
  26415: c4120b1
  26399: 5105c1f
  26367: a2574cb
v: v3
  • Loading branch information
Bryan O'Sullivan authored and Roland Dreier committed May 1, 2006
1 parent afceaab commit c05d126
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: ae15f540cc52acbcbfdf4b902d214a5db5c835d2
refs/heads/master: d562a5ae69bd5643d777788117d02acb22fab347
6 changes: 3 additions & 3 deletions trunk/drivers/infiniband/hw/ipath/ipath_intr.c
Original file line number Diff line number Diff line change
Expand Up @@ -665,14 +665,14 @@ static void handle_layer_pioavail(struct ipath_devdata *dd)

ret = __ipath_layer_intr(dd, IPATH_LAYER_INT_SEND_CONTINUE);
if (ret > 0)
goto clear;
goto set;

ret = __ipath_verbs_piobufavail(dd);
if (ret > 0)
goto clear;
goto set;

return;
clear:
set:
set_bit(IPATH_S_PIOINTBUFAVAIL, &dd->ipath_sendctrl);
ipath_write_kreg(dd, dd->ipath_kregs->kr_sendctrl,
dd->ipath_sendctrl);
Expand Down

0 comments on commit c05d126

Please sign in to comment.