RDMA/mlx5: Remove superfluous version print
authorMark Bloch <markb@mellanox.com>
Mon, 24 Sep 2018 18:58:07 +0000 (18:58 +0000)
committerJason Gunthorpe <jgg@mellanox.com>
Tue, 25 Sep 2018 20:36:50 +0000 (14:36 -0600)
commit0430e74f9fbe4d027a86f39fdb6f20427912088f
treee8f73c50dfb2276a1dcdd89ca46dd5c0553262c6
parente3b00e9c3051162a46dd03be0bd92fe52de703b3
RDMA/mlx5: Remove superfluous version print

When profiles were introduced to MLX5 IB an unneeded version print when
creating an MLX5 IB device was added. Remove the print, we still have a
printk for driver version in mlx5_ib_add().

Fixes: 16c1975f1032 ("IB/mlx5: Create profile infrastructure to add and remove stages")
Signed-off-by: Mark Bloch <markb@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/mlx5/main.c