Re: [PATCH net-next] bnxt_en: Convert to use netif_level() helpers.

2021-01-26 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 26 Jan 2021 01:20:24 -0500 you wrote: > Use the various netif_level() helpers to simplify the C code. This was > suggested by Joe Perches. > > Cc: Joe Perches > Signed-off-by: Michael Chan > --- > drivers/net/e

[PATCH net-next] bnxt_en: Convert to use netif_level() helpers.

2021-01-25 Thread Michael Chan
Use the various netif_level() helpers to simplify the C code. This was suggested by Joe Perches. Cc: Joe Perches Signed-off-by: Michael Chan --- drivers/net/ethernet/broadcom/bnxt/bnxt.c | 34 ++- 1 file changed, 14 insertions(+), 20 deletions(-) diff --git a/drivers/net/e