From: Joe Perches Date: Thu, 11 Aug 2011 18:36:29 +0000 (-0400) Subject: dynamic_debug: Remove uses of KERN_CONT in dynamic_emit_prefix X-Git-Tag: v3.2-rc1~184^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b2ebce4821c66dd33d15d076ee264b4eb86fea3;p=pandora-kernel.git 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 Signed-off-by: Jason Baron Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed