projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13fd977
)
i40e: Bump version
author
Catherine Sullivan
<
[email protected]
>
Sat, 28 Sep 2013 07:13:23 +0000
(07:13 +0000)
committer
Jeff Kirsher
<
[email protected]
>
Tue, 22 Oct 2013 13:49:46 +0000
(06:49 -0700)
Update the driver version.
Signed-off-by: Catherine Sullivan <
[email protected]
>
Signed-off-by: Jesse Brandeburg <
[email protected]
>
Tested-by: Kavindya Deegala <
[email protected]
>
Signed-off-by: Jeff Kirsher <
[email protected]
>
drivers/net/ethernet/intel/i40e/i40e_main.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/intel/i40e/i40e_main.c
b/drivers/net/ethernet/intel/i40e/i40e_main.c
index d8893426b8155a484d131f92d5c79085c20dd132..41a79df373d5fb137afb30629cdf26d5d7657d71 100644
(file)
--- a/
drivers/net/ethernet/intel/i40e/i40e_main.c
+++ b/
drivers/net/ethernet/intel/i40e/i40e_main.c
@@
-36,7
+36,7
@@
static const char i40e_driver_string[] =
#define DRV_VERSION_MAJOR 0
#define DRV_VERSION_MINOR 3
-#define DRV_VERSION_BUILD 1
0
+#define DRV_VERSION_BUILD 1
1
#define DRV_VERSION __stringify(DRV_VERSION_MAJOR) "." \
__stringify(DRV_VERSION_MINOR) "." \
__stringify(DRV_VERSION_BUILD) DRV_KERN