Re: [PATCH net-next v2] lib8390: Use netif_msg_init to initialize msg_enable bits

2020-10-01 Thread David Miller
From: Armin Wolf Date: Wed, 30 Sep 2020 23:00:16 +0200 > Use netif_msg_init() to process param settings > and use only the proper initialized value of > ei_local->msg_enable for later processing; > > Signed-off-by: Armin Wolf > --- > v2 changes: > - confused ei_local-> msg_enable with default_m

[PATCH net-next v2] lib8390: Use netif_msg_init to initialize msg_enable bits

2020-09-30 Thread Armin Wolf
Use netif_msg_init() to process param settings and use only the proper initialized value of ei_local->msg_enable for later processing; Signed-off-by: Armin Wolf --- v2 changes: - confused ei_local-> msg_enable with default_msg_level --- drivers/net/ethernet/8390/lib8390.c | 14 -- 1