Skip to content

Commit 0a528ee

Browse files
Tariq Toukandavem330
authored andcommitted
IB/mlx4: Bump driver version
Remove date and bump version for mlx4_ib driver. Signed-off-by: Tariq Toukan <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 808df6a commit 0a528ee

File tree

1 file changed

+2
-3
lines changed
  • drivers/infiniband/hw/mlx4

1 file changed

+2
-3
lines changed

drivers/infiniband/hw/mlx4/main.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@
6161
#include <rdma/mlx4-abi.h>
6262

6363
#define DRV_NAME MLX4_IB_DRV_NAME
64-
#define DRV_VERSION "2.2-1"
65-
#define DRV_RELDATE "Feb 2014"
64+
#define DRV_VERSION "4.0-0"
6665

6766
#define MLX4_IB_FLOW_MAX_PRIO 0xFFF
6867
#define MLX4_IB_FLOW_QPN_MASK 0xFFFFFF
@@ -79,7 +78,7 @@ MODULE_PARM_DESC(sm_guid_assign, "Enable SM alias_GUID assignment if sm_guid_ass
7978

8079
static const char mlx4_ib_version[] =
8180
DRV_NAME ": Mellanox ConnectX InfiniBand driver v"
82-
DRV_VERSION " (" DRV_RELDATE ")\n";
81+
DRV_VERSION "\n";
8382

8483
static void do_slave_init(struct mlx4_ib_dev *ibdev, int slave, int do_init);
8584

0 commit comments

Comments
 (0)