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
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]