RDMA/mlx5: Update mlx5_ib driver name
authorShay Drory <shayd@mellanox.com>
Wed, 13 May 2020 09:53:04 +0000 (12:53 +0300)
committerJason Gunthorpe <jgg@mellanox.com>
Sun, 17 May 2020 23:40:20 +0000 (20:40 -0300)
Current description doesn't include new devices, change it by updating to
have more generic description and remove DRIVER_NAME and DRIVER_VERSION
defines.

Link: https://lore.kernel.org/r/20200513095304.210240-1-leon@kernel.org
Signed-off-by: Shay Drory <shayd@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/mlx5/main.c

index 38bf384..26f0b39 100644 (file)
 #define UVERBS_MODULE_NAME mlx5_ib
 #include <rdma/uverbs_named_ioctl.h>
 
-#define DRIVER_NAME "mlx5_ib"
-#define DRIVER_VERSION "5.0-0"
-
 MODULE_AUTHOR("Eli Cohen <eli@mellanox.com>");
-MODULE_DESCRIPTION("Mellanox Connect-IB HCA IB driver");
+MODULE_DESCRIPTION("Mellanox 5th generation network adapters (ConnectX series) IB driver");
 MODULE_LICENSE("Dual BSD/GPL");
 
-static char mlx5_version[] =
-       DRIVER_NAME ": Mellanox Connect-IB Infiniband driver v"
-       DRIVER_VERSION "\n";
-
 struct mlx5_ib_event_work {
        struct work_struct      work;
        union {
@@ -7315,8 +7308,6 @@ static void *mlx5_ib_add(struct mlx5_core_dev *mdev)
        int port_type_cap;
        int num_ports;
 
-       printk_once(KERN_INFO "%s", mlx5_version);
-
        if (MLX5_ESWITCH_MANAGER(mdev) &&
            mlx5_ib_eswitch_mode(mdev->priv.eswitch) == MLX5_ESWITCH_OFFLOADS) {
                if (!mlx5_core_mp_enabled(mdev))