net/ixgbe/base: remove log message FC autoneg
authorGuinan Sun <guinanx.sun@intel.com>
Thu, 9 Jul 2020 08:00:39 +0000 (08:00 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Sat, 11 Jul 2020 04:18:53 +0000 (06:18 +0200)
commit658dfd345fd6f950262c0bbe1cc2b5920e2faf73
tree12ba044a464f4699584e9f0357c936e6ad367c27
parent4b0ee6529b7897c2a08dd56669f07ac1f46a8474
net/ixgbe/base: remove log message FC autoneg

The function ixgbe_device_supports_autoneg_fc is checking whether
a particular device and medium configuration is supporting
Flow Control Autonegotiation. In case of non-support, the message
is always logged which is confusing.
The fix is removing unnecessary log entry.

Signed-off-by: Zalfresso-Jundzillo <marekx.zalfresso-jundzillo@intel.com>
Signed-off-by: Guinan Sun <guinanx.sun@intel.com>
Reviewed-by: Wei Zhao <wei.zhao1@intel.com>
drivers/net/ixgbe/base/ixgbe_common.c