Re: [PATCH] declance: Fix continuation with the adapter identification message

From: David Miller
Date: Tue Oct 02 2018 - 14:32:18 EST


From: "Maciej W. Rozycki" <macro@xxxxxxxxxxxxxx>
Date: Tue, 2 Oct 2018 14:23:45 +0100 (BST)

> Fix a commit 4bcc595ccd80 ("printk: reinstate KERN_CONT for printing
> continuation lines") regression with the `declance' driver, which caused
> the adapter identification message to be split between two lines, e.g.:
>
> declance.c: v0.011 by Linux MIPS DECstation task force
> tc6: PMAD-AA
> , addr = 08:00:2b:1b:2a:6a, irq = 14
> tc6: registered as eth0.
>
> Address that properly, by printing identification with a single call,
> making the messages now look like:
>
> declance.c: v0.011 by Linux MIPS DECstation task force
> tc6: PMAD-AA, addr = 08:00:2b:1b:2a:6a, irq = 14
> tc6: registered as eth0.
>
> Signed-off-by: Maciej W. Rozycki <macro@xxxxxxxxxxxxxx>
> Fixes: 4bcc595ccd80 ("printk: reinstate KERN_CONT for printing continuation lines")

Applied.