Re: [PATCH 5/6] drivers/net: fix unused but set variables

2021-11-16 Thread David Marchand
On Mon, Nov 15, 2021 at 6:59 PM Conor Walsh wrote: > > This patch fixes unused but set variables in the following net drivers: > - bnxt > - hinic > - liquidio > - nfp > - octeontx > - qede > - txgbe > - vmxnet3 > > Bugzilla ID: 881 > Fixes: b87abb2e55cb ("net/bnxt: support marking packet")

[PATCH 5/6] drivers/net: fix unused but set variables

2021-11-15 Thread Conor Walsh
This patch fixes unused but set variables in the following net drivers: - bnxt - hinic - liquidio - nfp - octeontx - qede - txgbe - vmxnet3 Bugzilla ID: 881 Fixes: b87abb2e55cb ("net/bnxt: support marking packet") Fixes: 88badb3aef94 ("net/bnxt: add helper functions for blob/regfile ops")