From: Harshitha Ramamurthy Date: Wed, 13 Apr 2016 10:08:32 +0000 (-0700) Subject: i40e/i40evf : Bump driver version from 1.5.5 to 1.5.10 X-Git-Tag: v4.1.12-92~121^2~28 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=c17caeb310356f7735d7b16d07559b3a5ea37f79;p=users%2Fjedix%2Flinux-maple.git i40e/i40evf : Bump driver version from 1.5.5 to 1.5.10 Orabug: 23176970 Signed-off-by: Harshitha Ramamurthy Tested-by: Andrew Bowers Signed-off-by: Jeff Kirsher (cherry picked from commit 5a6fc256e7b64b3073688cc72fae357612cf31c6) Signed-off-by: Brian Maly --- diff --git a/drivers/net/ethernet/intel/i40e/i40e_main.c b/drivers/net/ethernet/intel/i40e/i40e_main.c index 346b40a19f1f9..da5f89325514e 100644 --- a/drivers/net/ethernet/intel/i40e/i40e_main.c +++ b/drivers/net/ethernet/intel/i40e/i40e_main.c @@ -42,7 +42,7 @@ static const char i40e_driver_string[] = #define DRV_VERSION_MAJOR 1 #define DRV_VERSION_MINOR 5 -#define DRV_VERSION_BUILD 5 +#define DRV_VERSION_BUILD 10 #define DRV_VERSION __stringify(DRV_VERSION_MAJOR) "." \ __stringify(DRV_VERSION_MINOR) "." \ __stringify(DRV_VERSION_BUILD) DRV_KERN diff --git a/drivers/net/ethernet/intel/i40evf/i40evf_main.c b/drivers/net/ethernet/intel/i40evf/i40evf_main.c index d6b3329f9ce91..da77b85accb87 100644 --- a/drivers/net/ethernet/intel/i40evf/i40evf_main.c +++ b/drivers/net/ethernet/intel/i40evf/i40evf_main.c @@ -38,7 +38,7 @@ static const char i40evf_driver_string[] = #define DRV_VERSION_MAJOR 1 #define DRV_VERSION_MINOR 5 -#define DRV_VERSION_BUILD 5 +#define DRV_VERSION_BUILD 10 #define DRV_VERSION __stringify(DRV_VERSION_MAJOR) "." \ __stringify(DRV_VERSION_MINOR) "." \ __stringify(DRV_VERSION_BUILD) \