aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/powerpc/xmon/nonstdio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/xmon/nonstdio.c b/arch/powerpc/xmon/nonstdio.c
index bce3dcfe5058..c98748617896 100644
--- a/arch/powerpc/xmon/nonstdio.c
+++ b/arch/powerpc/xmon/nonstdio.c
@@ -122,7 +122,7 @@ void xmon_printf(const char *format, ...)
122 122
123 if (n && rc == 0) { 123 if (n && rc == 0) {
124 /* No udbg hooks, fallback to printk() - dangerous */ 124 /* No udbg hooks, fallback to printk() - dangerous */
125 printk(xmon_outbuf); 125 printk("%s", xmon_outbuf);
126 } 126 }
127} 127}
128 128