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)
commit3d486ec4fa87a80a57bc588d4520f7d2e866fbc0
tree4cf24647c758d509b385d735ddff58569d6239a8
parenta7c119bd82a1d937db5b86fcfe1d5f991469c52d
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