Re: [PATCH net-next v5 2/6] lib8390: Replace pr_cont() with SMP-safe construct

2020-09-14 Thread Joe Perches
On Mon, 2020-09-14 at 23:01 +0200, Armin Wolf wrote: > Replace pr_cont() with SMP-safe construct. > > Signed-off-by: Armin Wolf > --- > drivers/net/ethernet/8390/lib8390.c | 31 +++-- > 1 file changed, 12 insertions(+), 19 deletions(-) > > diff --git a/drivers/net/ethern

[PATCH net-next v5 2/6] lib8390: Replace pr_cont() with SMP-safe construct

2020-09-14 Thread Armin Wolf
Replace pr_cont() with SMP-safe construct. Signed-off-by: Armin Wolf --- drivers/net/ethernet/8390/lib8390.c | 31 +++-- 1 file changed, 12 insertions(+), 19 deletions(-) diff --git a/drivers/net/ethernet/8390/lib8390.c b/drivers/net/ethernet/8390/lib8390.c index 3a2b1e