Re: [PATCH net-next] ne2k-pci: Use netif_msg_init to initialize msg_enable bits
From: Armin Wolf Date: Fri, 17 Jul 2020 20:21:48 +0200 > Use netif_msg_enable() to process param settings. > > Signed-off-by: Armin Wolf Applied.
[PATCH net-next] ne2k-pci: Use netif_msg_init to initialize msg_enable bits
Use netif_msg_enable() to process param settings. Signed-off-by: Armin Wolf --- drivers/net/ethernet/8390/ne2k-pci.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers/net/ethernet/8390/ne2k-pci.c b/drivers/net/ethernet/8390/ne2k-pci.c index e500f0c05725..bc6ed