]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx5e: Use netdev_info instead of pr_info
authorOz Shlomo <ozsh@mellanox.com>
Mon, 1 Jun 2020 17:08:55 +0000 (17:08 +0000)
committerSaeed Mahameed <saeedm@mellanox.com>
Fri, 10 Jul 2020 02:51:14 +0000 (19:51 -0700)
commitb78bbbc6f8d5bcbb08235d2b2a5ff7e23fb10c73
tree4cf24647c758d509b385d735ddff58569d6239a8
parent27356fbef0a994698124fe0ba9a39ef28f94c1da
net/mlx5e: Use netdev_info instead of pr_info

The next patch will pass the mlx5e_priv struct to the
modify_header_match_supported method. Use this opportunity to refactor
the existing pr_info call to a netdev_info call.

Signed-off-by: Oz Shlomo <ozsh@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c