commit | 3d486ec4fa87a80a57bc588d4520f7d2e866fbc0 | [log] [tgz] |
---|---|---|
author | Oz Shlomo <ozsh@mellanox.com> | Mon Jun 01 17:08:55 2020 +0000 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Thu Jul 09 19:51:14 2020 -0700 |
tree | 4cf24647c758d509b385d735ddff58569d6239a8 | |
parent | a7c119bd82a1d937db5b86fcfe1d5f991469c52d [diff] |
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>