Re: [PATCH] netconsole: Remove duplicate "netconsole: " logging prefix
From: Joe Perches Date: Mon, 12 Jun 2017 16:39:51 -0700 > It's already added by pr_fmt so remove the explicit use. > > Signed-off-by: Joe Perches Applied.
[PATCH] netconsole: Remove duplicate "netconsole: " logging prefix
It's already added by pr_fmt so remove the explicit use. Signed-off-by: Joe Perches --- drivers/net/netconsole.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/netconsole.c b/drivers/net/netconsole.c index 06ee6395117f..0e27920c2b6b 100644 --- a/drivers/net/netco