Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 229265
b: refs/heads/master
c: b3d5cb2
h: refs/heads/master
i:
  229263: 0ae106e
v: v3
  • Loading branch information
Mike Marciniszyn authored and Roland Dreier committed Jan 11, 2011
1 parent 1500c7f commit 15eb066
Show file tree
Hide file tree
Showing 2 changed files with 3 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: c7665e5a6988450a6cc19c2dc1dff4d290077614
refs/heads/master: b3d5cb2f2067b30da53aa67e42fdd733030fb411
3 changes: 2 additions & 1 deletion trunk/drivers/infiniband/hw/qib/qib_intr.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ void qib_handle_e_ibstatuschanged(struct qib_pportdata *ppd, u64 ibcs)
/* start a 75msec timer to clear symbol errors */
mod_timer(&ppd->symerr_clear_timer,
msecs_to_jiffies(75));
} else if (ltstate == IB_PHYSPORTSTATE_LINKUP) {
} else if (ltstate == IB_PHYSPORTSTATE_LINKUP &&
!(ppd->lflags & QIBL_LINKACTIVE)) {
/* active, but not active defered */
qib_hol_up(ppd); /* useful only for 6120 now */
*ppd->statusp |=
Expand Down

0 comments on commit 15eb066

Please sign in to comment.