mbox series

[net-next,0/5,pull,request] 1GbE Intel Wired LAN Driver Updates 2021-03-19

Message ID 20210319211723.1488244-1-anthony.l.nguyen@intel.com
Headers show
Series 1GbE Intel Wired LAN Driver Updates 2021-03-19 | expand

Message

Tony Nguyen March 19, 2021, 9:17 p.m. UTC
This series contains updates to igc and e1000e drivers.

Sasha removes unused defines in igc driver.

Jiapeng Zhong changes bool assignments from 0/1 to false/true for igc.

Wei Yongjun marks e1000e_pm_prepare() as __maybe_unused to resolve a
defined but not used warning under certain configurations.

The following are changes since commit c2ed62b9975e3e47a8b12f5fc4ed7958104b427b:
  Merge branch 'net-xps-improve-the-xps-maps-handling'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 1GbE

Jiapeng Zhong (1):
  igc: Assign boolean values to a bool variable

Sasha Neftin (3):
  igc: Remove unused MII_CR_RESET
  igc: Remove unused MII_CR_SPEED
  igc: Remove unused MII_CR_LOOPBACK

Wei Yongjun (1):
  e1000e: Mark e1000e_pm_prepare() as __maybe_unused

 drivers/net/ethernet/intel/e1000e/netdev.c   |  2 +-
 drivers/net/ethernet/intel/igc/igc_defines.h |  5 -----
 drivers/net/ethernet/intel/igc/igc_main.c    | 16 ++++++++--------
 3 files changed, 9 insertions(+), 14 deletions(-)