diff options
author | 2020-03-24 17:38:16 -0700 | |
---|---|---|
committer | 2020-05-18 17:16:01 -0700 | |
commit | 95f96a9f2d04b20c26fca405f640acea07cf8b53 (patch) | |
tree | a42b8f7b2bda858495daf4118517c5647c3fc536 /drivers/net/ethernet/intel/igc/igc_base.c | |
parent | igc: add support to eeprom, registers and link self-tests (diff) | |
download | wireguard-linux-95f96a9f2d04b20c26fca405f640acea07cf8b53.tar.xz wireguard-linux-95f96a9f2d04b20c26fca405f640acea07cf8b53.zip |
igc: Use netdev log helpers in igc_ethtool.c
In igc_ethtool.c we print log messages using dev_* helpers, generating
inconsistent output with the rest of the driver. Since this is a network
device driver, we should preferably use netdev_* helpers because they
append the interface name to the message, helping making sense the of
the logs.
This patch converts all dev_* calls to netdev_*.
Signed-off-by: Andre Guedes <andre.guedes@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/igc/igc_base.c')
0 files changed, 0 insertions, 0 deletions