]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
i40e/i40evf: Bump patch from 1.5.2 to 1.5.5
authorHarshitha Ramamurthy <harshitha.ramamurthy@intel.com>
Fri, 1 Apr 2016 10:56:13 +0000 (03:56 -0700)
committerChuck Anderson <chuck.anderson@oracle.com>
Thu, 7 Jul 2016 17:41:03 +0000 (10:41 -0700)
Orabug: 23176970

Signed-off-by: Harshitha Ramamurthy <harshitha.ramamurthy@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
(cherry picked from commit 47c46778e1905721433a413b2522a8e2b3d6c354)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
drivers/net/ethernet/intel/i40e/i40e_main.c
drivers/net/ethernet/intel/i40evf/i40evf_main.c

index a1958743ac70b5642cb662307fadb5202e39332b..31d8e06b22c08140f6322350d5e6bfabb9bcc871 100644 (file)
@@ -42,7 +42,7 @@ static const char i40e_driver_string[] =
 
 #define DRV_VERSION_MAJOR 1
 #define DRV_VERSION_MINOR 5
-#define DRV_VERSION_BUILD 2
+#define DRV_VERSION_BUILD 5
 #define DRV_VERSION __stringify(DRV_VERSION_MAJOR) "." \
             __stringify(DRV_VERSION_MINOR) "." \
             __stringify(DRV_VERSION_BUILD)    DRV_KERN
index 4f46b44ebed70c754ecedd2ed1a8ea6044858bdf..405ba55ed0af0bed972b2f79a8837ce8dd509aca 100644 (file)
@@ -38,7 +38,7 @@ static const char i40evf_driver_string[] =
 
 #define DRV_VERSION_MAJOR 1
 #define DRV_VERSION_MINOR 5
-#define DRV_VERSION_BUILD 2
+#define DRV_VERSION_BUILD 5
 #define DRV_VERSION __stringify(DRV_VERSION_MAJOR) "." \
             __stringify(DRV_VERSION_MINOR) "." \
             __stringify(DRV_VERSION_BUILD) \