commit | faf82d5bb1589fe4da36fc0e5b1119def97d887a | [log] [tgz] |
---|---|---|
author | Andre Guedes <andre.guedes@intel.com> | Tue Mar 24 17:38:19 2020 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Mon May 18 17:16:33 2020 -0700 |
tree | 81d809405a248a7319d58752f4e636cd05de71eb | |
parent | 5c32bac98c705ce409ac26b5120c14ece8bd9209 [diff] |
igc: Use netdev log helpers in igc_base.c This patch coverts one pr_debug() call to hw_dbg() in order to keep log output aligned with the rest of the driver. hw_dbg() is actually a macro defined in igc_hw.h that expands to netdev_dbg(). 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>