]> 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)
commit89b15b5ea7f2f64ec3077c78fa0005711ede1618
tree4cf24647c758d509b385d735ddff58569d6239a8
parent38e0392f633d46adb5c966deac6b48a1b19227f9
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