Re: [net-next 3/3] e1000: remove unused and incorrect code

2020-10-09 Thread Willem de Bruijn
On Wed, Oct 7, 2020 at 7:11 PM Tony Nguyen wrote: > > From: Jesse Brandeburg > > The e1000_clear_vfta function was triggering a warning in kbuild-bot > testing. It's actually a bug but has no functional impact. > > drivers/net/ethernet/intel/e1000/e1000_hw.c:4415:58: warning: Same expression > i

[net-next 3/3] e1000: remove unused and incorrect code

2020-10-07 Thread Tony Nguyen
From: Jesse Brandeburg The e1000_clear_vfta function was triggering a warning in kbuild-bot testing. It's actually a bug but has no functional impact. drivers/net/ethernet/intel/e1000/e1000_hw.c:4415:58: warning: Same expression in both branches of ternary operator. [duplicateExpressionTernary]