Merge branch '40GbE-Intel-Wired-LAN-Driver-Updates-2020-10-12'
authorJakub Kicinski <kuba@kernel.org>
Wed, 14 Oct 2020 02:41:34 +0000 (19:41 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 14 Oct 2020 02:44:42 +0000 (19:44 -0700)
Tony Nguyen says:

====================
40GbE Intel Wired LAN Driver Updates 2020-10-12

This series contains updates to i40e and e1000 drivers.

Jaroslaw adds support for changing FEC on i40e if the firmware supports it.

Jesse fixes a kbuild-bot warning regarding ternary operator on e1000.

v2: Return -EOPNOTSUPP instead of -EINVAL when FEC settings are not
supported by firmware. Remove, unneeded, done label and return errors
directly in i40e_set_fec_param() for patch 1. Dropped, previous patch 2,
to send to net.
====================

Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge