Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144293
b: refs/heads/master
c: 1f0dba1
h: refs/heads/master
i:
  144291: ab9462b
v: v3
  • Loading branch information
Chien Tung authored and Roland Dreier committed Apr 27, 2009
1 parent a18d429 commit 8077b1d
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: 0e4562da9e533188108d00022cf3650cb9e29aae
refs/heads/master: 1f0dba1e51cfc93bf4545811839a84c879086fd4
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 @@ -854,7 +854,6 @@ static struct nes_cm_listener *find_listener(struct nes_cm_core *cm_core,
{
unsigned long flags;
struct nes_cm_listener *listen_node;
__be32 tmp_addr = cpu_to_be32(dst_addr);

/* walk list and find cm_node associated with this session ID */
spin_lock_irqsave(&cm_core->listen_list_lock, flags);
Expand All @@ -871,9 +870,6 @@ static struct nes_cm_listener *find_listener(struct nes_cm_core *cm_core,
}
spin_unlock_irqrestore(&cm_core->listen_list_lock, flags);

nes_debug(NES_DBG_CM, "Unable to find listener for %pI4:%x\n",
&tmp_addr, dst_port);

/* no listener */
return NULL;
}
Expand Down

0 comments on commit 8077b1d

Please sign in to comment.