[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20181002.113215.1529893358000135773.davem@davemloft.net>
Date: Tue, 02 Oct 2018 11:32:15 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: macro@...ux-mips.org
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] declance: Fix continuation with the adapter
identification message
From: "Maciej W. Rozycki" <macro@...ux-mips.org>
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@...ux-mips.org>
> Fixes: 4bcc595ccd80 ("printk: reinstate KERN_CONT for printing continuation lines")
Applied.
Powered by blists - more mailing lists