Re: [net 00/13][pull request] Intel Wired LAN Driver Fixes 2018-08-23
From: Jeff Kirsher Date: Thu, 23 Aug 2018 12:14:50 -0700 > This series contains bug fixes to the ice driver. Pulled, thanks Jeff.
[net 00/13][pull request] Intel Wired LAN Driver Fixes 2018-08-23
This series contains bug fixes to the ice driver. Anirudh provides several fixes, starting with static analysis fixes by replacing a bitwise-and with a constant value and replace "magic" numbers with defines. Fixed the control queue processing by removing unnecessary read/writes to registers, as