Skip to content

Commit

Permalink
net: ena: update driver version from 2.0.3 to 2.1.0
Browse files Browse the repository at this point in the history
Update driver version to match device specification.

Signed-off-by: Sameeh Jubran <sameehj@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Sameeh Jubran authored and David S. Miller committed Jun 12, 2019
1 parent c2b5420 commit dbbc6e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/ethernet/amazon/ena/ena_netdev.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
#include "ena_eth_com.h"

#define DRV_MODULE_VER_MAJOR 2
#define DRV_MODULE_VER_MINOR 0
#define DRV_MODULE_VER_SUBMINOR 3
#define DRV_MODULE_VER_MINOR 1
#define DRV_MODULE_VER_SUBMINOR 0

#define DRV_MODULE_NAME "ena"
#ifndef DRV_MODULE_VERSION
Expand Down

0 comments on commit dbbc6e6

Please sign in to comment.