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:
ddf1d0d
)
i40e: bump driver version
author
Jesse Brandeburg
<
[email protected]
>
Thu, 13 Feb 2014 11:48:40 +0000
(
03:48
-0800)
committer
David S. Miller
<
[email protected]
>
Thu, 13 Feb 2014 22:27:28 +0000
(17:27 -0500)
Update the driver version to 0.3.31-k.
Signed-off-by: Jesse Brandeburg <
[email protected]
>
Tested-by: Kavindya Deegala <
[email protected]
>
Signed-off-by: Aaron Brown <
[email protected]
>
Signed-off-by: David S. Miller <
[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 b901371ca361a1e6eafa411f5b144f6e8866aa9c..f596f74cae4aaec40d9c80328374dde01c4f1a54 100644
(file)
--- a/
drivers/net/ethernet/intel/i40e/i40e_main.c
+++ b/
drivers/net/ethernet/intel/i40e/i40e_main.c
@@
-38,7
+38,7
@@
static const char i40e_driver_string[] =
#define DRV_VERSION_MAJOR 0
#define DRV_VERSION_MINOR 3
-#define DRV_VERSION_BUILD 3
0
+#define DRV_VERSION_BUILD 3
1
#define DRV_VERSION __stringify(DRV_VERSION_MAJOR) "." \
__stringify(DRV_VERSION_MINOR) "." \
__stringify(DRV_VERSION_BUILD) DRV_KERN