Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193933
b: refs/heads/master
c: 9fc4178
h: refs/heads/master
i:
  193931: f811789
v: v3
  • Loading branch information
Amit Kumar Salecha authored and David S. Miller committed Apr 3, 2010
1 parent 73bc0ad commit 6b20302
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: 22dfaa86e90235b9e5ea014be4268f457c72a63c
refs/heads/master: 9fc4178b149ae8b0a2fbf83f2f4df3cf8789177b
4 changes: 2 additions & 2 deletions trunk/drivers/net/qlcnic/qlcnic.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@

#define _QLCNIC_LINUX_MAJOR 5
#define _QLCNIC_LINUX_MINOR 0
#define _QLCNIC_LINUX_SUBVERSION 0
#define QLCNIC_LINUX_VERSIONID "5.0.0"
#define _QLCNIC_LINUX_SUBVERSION 1
#define QLCNIC_LINUX_VERSIONID "5.0.1"

#define QLCNIC_VERSION_CODE(a, b, c) (((a) << 24) + ((b) << 16) + (c))
#define _major(v) (((v) >> 24) & 0xff)
Expand Down

0 comments on commit 6b20302

Please sign in to comment.