Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86420
b: refs/heads/master
c: ed0ba33
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Roland Dreier committed Feb 27, 2008
1 parent a3a551d commit 70d09d3
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 65b07ec29354b345ff93914d064c2467aef4c862
refs/heads/master: ed0ba33d64fb933f5fd985aa8f641984efd9d658
4 changes: 2 additions & 2 deletions trunk/drivers/infiniband/hw/nes/nes_cm.c
Original file line number Diff line number Diff line change
Expand Up @@ -370,11 +370,11 @@ int schedule_nes_timer(struct nes_cm_node *cm_node, struct sk_buff *skb,
int ret = 0;
u32 was_timer_set;

if (!cm_node)
return -EINVAL;
new_send = kzalloc(sizeof(*new_send), GFP_ATOMIC);
if (!new_send)
return -1;
if (!cm_node)
return -EINVAL;

/* new_send->timetosend = currenttime */
new_send->retrycount = NES_DEFAULT_RETRYS;
Expand Down

0 comments on commit 70d09d3

Please sign in to comment.