net: ethernet: intel: Demote MTU change prints to debug
authorFlorian Fainelli <f.fainelli@gmail.com>
Thu, 7 Nov 2019 22:35:36 +0000 (14:35 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Nov 2019 04:01:14 +0000 (20:01 -0800)
commit12299132b3d3bad58eff16e227891405b14c7d80
tree4f20af595370514d171b9b811d10d9c88a00b0c3
parent693bd8b7ae46f04d6d7c868a08b35d28baacdab1
net: ethernet: intel: Demote MTU change prints to debug

Changing a network device MTU can be a fairly frequent operation, and
failure to change the MTU is reflected to user-space properly, both by
an appropriate message as well as by looking at whether the device's MTU
matches the configuration.

Demote the prints to debug prints by using netdev_dbg(), making all
Intel wired LAN drivers consistent, since they used a mixture of PCI
device and network device prints before.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/intel/e1000/e1000_main.c
drivers/net/ethernet/intel/e1000e/netdev.c
drivers/net/ethernet/intel/i40e/i40e_main.c
drivers/net/ethernet/intel/igb/igb_main.c
drivers/net/ethernet/intel/igbvf/netdev.c
drivers/net/ethernet/intel/igc/igc_main.c
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c