lkml.org 
[lkml]   [2011]   [Oct]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH 26/26] printk.h: fix pr_cont_once() to not use pr_fmt()
From
Date
On Fri, 2011-10-07 at 14:33 -0600, jim.cromie@gmail.com wrote:
> diff --git a/include/linux/printk.h b/include/linux/printk.h
[]
> @@ -255,7 +255,7 @@ extern void dump_stack(void) __cold;
> #define pr_info_once(fmt, ...) \
> printk_once(KERN_INFO pr_fmt_info(fmt), ##__VA_ARGS__)
> #define pr_cont_once(fmt, ...) \
> - printk_once(KERN_CONT pr_fmt(fmt), ##__VA_ARGS__)
> + printk_once(KERN_CONT fmt, ##__VA_ARGS__)

As this is unused and defective, I think it'd be better
to remove it instead.




\
 
 \ /
  Last update: 2011-10-07 22:47    [W:0.599 / U:0.168 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site