From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] declance: Fix continuation with the adapter identification message Date: Tue, 02 Oct 2018 11:32:15 -0700 (PDT) Message-ID: <20181002.113215.1529893358000135773.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: macro@linux-mips.org Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: "Maciej W. Rozycki" 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 > Fixes: 4bcc595ccd80 ("printk: reinstate KERN_CONT for printing continuation lines") Applied.