Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256294
b: refs/heads/master
c: 558e4c7
h: refs/heads/master
v: v3
  • Loading branch information
Michael Chan authored and David S. Miller committed Jul 14, 2011
1 parent ca7f9a0 commit fe62219
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: e1dd883cb15310dc2ded9995a1f1d8b1cb1e88f3
refs/heads/master: 558e4c758c4c7bf209325f5865189c6558860b2b
2 changes: 1 addition & 1 deletion trunk/drivers/net/cnic.c
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ static int cnic_send_nlmsg(struct cnic_local *cp, u32 type,
msleep(100);
retry++;
}
return 0;
return rc;
}

static void cnic_cm_upcall(struct cnic_local *, struct cnic_sock *, u8);
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/net/cnic_if.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
#ifndef CNIC_IF_H
#define CNIC_IF_H

#define CNIC_MODULE_VERSION "2.5.3"
#define CNIC_MODULE_RELDATE "June 6, 2011"
#define CNIC_MODULE_VERSION "2.5.6"
#define CNIC_MODULE_RELDATE "July 12, 2011"

#define CNIC_ULP_RDMA 0
#define CNIC_ULP_ISCSI 1
Expand Down

0 comments on commit fe62219

Please sign in to comment.