[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20140529084931.cd55f441eac8083c9c33b48b@skynet.be>
Date: Thu, 29 May 2014 08:49:31 +0200
From: Fabian Frederick <fabf@...net.be>
To: linux-kernel <linux-kernel@...r.kernel.org>
Cc: akpm <akpm@...ux-foundation.org>,
Paul Gortmaker <paul.gortmaker@...driver.com>
Subject: [PATCH 3/3] init/calibrate.c: no prefix in logging
define pr_fmt without prefix to avoid any default prefix update
Cc: Paul Gortmaker <paul.gortmaker@...driver.com>
Cc: Andrew Morton <akpm@...ux-foundation.org>
---
init/calibrate.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/init/calibrate.c b/init/calibrate.c
index fb9be44..169e98d 100644
--- a/init/calibrate.c
+++ b/init/calibrate.c
@@ -4,6 +4,8 @@
* Copyright (C) 1991, 1992 Linus Torvalds
*/
+#define pr_fmt(fmt) fmt
+
#include <linux/jiffies.h>
#include <linux/delay.h>
#include <linux/init.h>
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists