Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46224
b: refs/heads/master
c: 1f12667
h: refs/heads/master
v: v3
  • Loading branch information
Steve Wise authored and Roland Dreier committed Feb 4, 2007
1 parent c6912a6 commit 00aa39a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: fa7252ed4d92397baf30e4a144af95a33eaa925b
refs/heads/master: 1f12667021c542236b1f10eb5d8b2d8f3a79ab48
3 changes: 1 addition & 2 deletions trunk/drivers/infiniband/core/addr.c
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,7 @@ static int netevent_callback(struct notifier_block *self, unsigned long event,
if (event == NETEVENT_NEIGH_UPDATE) {
struct neighbour *neigh = ctx;

if (neigh->dev->type == ARPHRD_INFINIBAND &&
(neigh->nud_state & NUD_VALID)) {
if (neigh->nud_state & NUD_VALID) {
set_timeout(jiffies);
}
}
Expand Down

0 comments on commit 00aa39a

Please sign in to comment.