]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ice: Fix and update driver version string
authorAnirudh Venkataramanan <anirudh.venkataramanan@intel.com>
Thu, 9 Aug 2018 13:29:58 +0000 (06:29 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 28 Aug 2018 18:14:19 +0000 (11:14 -0700)
Remove the "ice" prefix for the driver version string and bump version
to 0.7.1-k.

Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com>
Tested-by: Tony Brelinski <tonyx.brelinski@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ice/ice_main.c

index b1c4dfbdeeb3374c83034d8684847cba95e60f00..1b49a605d094a835706108c3c542e1fbb7fb8428 100644 (file)
@@ -7,7 +7,7 @@
 
 #include "ice.h"
 
-#define DRV_VERSION    "ice-0.7.0-k"
+#define DRV_VERSION    "0.7.1-k"
 #define DRV_SUMMARY    "Intel(R) Ethernet Connection E800 Series Linux Driver"
 const char ice_drv_ver[] = DRV_VERSION;
 static const char ice_driver_string[] = DRV_SUMMARY;