linux-bl808/drivers/net/ethernet/intel/igc
Andre Guedes 5c32bac98c igc: Use netdev log helpers in igc_dump.c
In igc_dump.c we print log messages using dev_* and pr_* 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 out of the logs.

This patch converts all dev_* and pr_* calls to netdev_*.

Quick note about igc_rings_dump(): This function is always called with
valid adapter->netdev so there is not need to check it.

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>
2020-05-18 17:16:26 -07:00
..
igc.h igc: add support to eeprom, registers and link self-tests 2020-05-18 15:06:28 -07:00
igc_base.c igc: Add new device IDs for i225 part 2020-04-19 11:34:11 -07:00
igc_base.h
igc_defines.h igc: Fix NFC queue redirection support 2020-04-17 10:19:24 -07:00
igc_diag.c igc: add support to eeprom, registers and link self-tests 2020-05-18 15:06:28 -07:00
igc_diag.h igc: add support to eeprom, registers and link self-tests 2020-05-18 15:06:28 -07:00
igc_dump.c igc: Use netdev log helpers in igc_dump.c 2020-05-18 17:16:26 -07:00
igc_ethtool.c igc: Use netdev log helpers in igc_ethtool.c 2020-05-18 17:16:01 -07:00
igc_hw.h igc: Add new device IDs for i225 part 2020-04-19 11:34:11 -07:00
igc_i225.c
igc_i225.h
igc_mac.c
igc_mac.h
igc_main.c igc: add support to eeprom, registers and link self-tests 2020-05-18 15:06:28 -07:00
igc_nvm.c
igc_nvm.h
igc_phy.c igc: Add PHY power management control 2020-01-17 09:55:34 -08:00
igc_phy.h
igc_ptp.c igc: Use netdev log helpers in igc_ptp.c 2020-05-18 17:16:21 -07:00
igc_regs.h igc: add support to eeprom, registers and link self-tests 2020-05-18 15:06:28 -07:00
igc_tsn.c igc: Add support for ETF offloading 2020-04-17 10:19:24 -07:00
igc_tsn.h igc: Add support for taprio offloading 2020-04-17 10:19:24 -07:00
Makefile igc: add support to eeprom, registers and link self-tests 2020-05-18 15:06:28 -07:00