Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133643
b: refs/heads/master
c: 7b14ab0
h: refs/heads/master
i:
  133641: a6d2220
  133639: 822c34b
v: v3
  • Loading branch information
Chien Tung authored and Roland Dreier committed Mar 6, 2009
1 parent e2a1dfa commit e794fd8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: b9c367e7e694502085f21d9d2686645798080aa3
refs/heads/master: 7b14ab0b438f20c7d6599985b036bb2864fd2524
4 changes: 0 additions & 4 deletions trunk/drivers/infiniband/hw/nes/nes_cm.c
Original file line number Diff line number Diff line change
Expand Up @@ -778,14 +778,10 @@ static struct nes_cm_node *find_node(struct nes_cm_core *cm_core,
unsigned long flags;
struct list_head *hte;
struct nes_cm_node *cm_node;
__be32 tmp_addr = cpu_to_be32(loc_addr);

/* get a handle on the hte */
hte = &cm_core->connected_nodes;

nes_debug(NES_DBG_CM, "Searching for an owner node: %pI4:%x from core %p->%p\n",
&tmp_addr, loc_port, cm_core, hte);

/* walk list and find cm_node associated with this session ID */
spin_lock_irqsave(&cm_core->ht_lock, flags);
list_for_each_entry(cm_node, hte, list) {
Expand Down

0 comments on commit e794fd8

Please sign in to comment.