Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202953
b: refs/heads/master
c: ed99daa
h: refs/heads/master
i:
  202951: 0172125
v: v3
  • Loading branch information
Michael Chan authored and David S. Miller committed Jun 15, 2010
1 parent cc7bf7d commit 010a69f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2850062af1e00b3aab9f2ae486eda3e61d4aaeb9
refs/heads/master: ed99daa5a0de4df9ed579ce36ff8b1373b6dbe47
2 changes: 2 additions & 0 deletions trunk/drivers/net/cnic.c
Original file line number Diff line number Diff line change
Expand Up @@ -3026,6 +3026,8 @@ static int cnic_cm_close(struct cnic_sock *csk)
if (cnic_close_prep(csk)) {
csk->state = L4_KCQE_OPCODE_VALUE_CLOSE_COMP;
return cnic_cm_close_req(csk);
} else {
return -EALREADY;
}
return 0;
}
Expand Down

0 comments on commit 010a69f

Please sign in to comment.