dynamic_debug: Remove uses of KERN_CONT in dynamic_emit_prefix
authorJoe Perches <joe@perches.com>
Thu, 11 Aug 2011 18:36:29 +0000 (14:36 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 23 Aug 2011 01:23:04 +0000 (18:23 -0700)
commit5b2ebce4821c66dd33d15d076ee264b4eb86fea3
tree4d5aeb3c6a78a1ddf4cf7a59faca3d67be859180
parent6c2140ee0ebf91258f93d3019922b5f520a18d88
dynamic_debug: Remove uses of KERN_CONT in dynamic_emit_prefix

Multiple printks with KERN_CONT can be interleaved by
other printks.  Reduce the likelihood of that interleaving
by consolidating multiple calls to printk.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jason Baron <jbaron@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
lib/dynamic_debug.c