diff options
Diffstat (limited to 'net/tipc/dbg.c')
| -rw-r--r-- | net/tipc/dbg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/dbg.c b/net/tipc/dbg.c index 29ecae851668..1885a7edb0c8 100644 --- a/net/tipc/dbg.c +++ b/net/tipc/dbg.c | |||
| @@ -258,7 +258,7 @@ void tipc_printf(struct print_buf *pb, const char *fmt, ...) | |||
| 258 | } | 258 | } |
| 259 | 259 | ||
| 260 | if (pb->echo) | 260 | if (pb->echo) |
| 261 | printk(print_string); | 261 | printk("%s", print_string); |
| 262 | 262 | ||
| 263 | spin_unlock_bh(&print_lock); | 263 | spin_unlock_bh(&print_lock); |
| 264 | } | 264 | } |
