9
0
Fork 0

printk: Add pr_cont

This is needed by upcoming UBIFS update.

Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Alexander Stein 2016-03-17 11:00:22 +01:00 committed by Sascha Hauer
parent f01ed88aac
commit 0fcefdd936
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ static inline int pr_print(int level, const char *format, ...)
#define pr_debug(fmt, arg...) __pr_printk(7, pr_fmt(fmt), ##arg)
#define debug(fmt, arg...) __pr_printk(7, pr_fmt(fmt), ##arg)
#define pr_vdebug(fmt, arg...) __pr_printk(8, pr_fmt(fmt), ##arg)
#define pr_cont(fmt, arg...) __pr_printk(0, pr_fmt(fmt), ##arg)
#define printk_once(fmt, ...) \
({ \