summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2015-04-13 12:57:13 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2015-04-13 12:57:13 +0200
commit9f13039b559daa1c9b2dd9e4e098b6a3c232fc9a (patch)
tree4e625c4dd7b22876c367d8d8bf0270278ef79622 /commands
parent1ef7837c37bd55d2efa4c8602ef39964d9024a5b (diff)
parent134f24615b134f69c680f960781ff3df16b9c722 (diff)
downloadbarebox-9f13039b559daa1c9b2dd9e4e098b6a3c232fc9a.tar.gz
barebox-9f13039b559daa1c9b2dd9e4e098b6a3c232fc9a.tar.xz
Merge branch 'for-next/misc'
Diffstat (limited to 'commands')
-rw-r--r--commands/dmesg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/dmesg.c b/commands/dmesg.c
index b2bb334e24..510bc16594 100644
--- a/commands/dmesg.c
+++ b/commands/dmesg.c
@@ -68,7 +68,7 @@ static int do_dmesg(int argc, char *argv[])
*(buf + len) = '\n';
*(buf + len + 1) = 0;
- pr_info(buf);
+ pr_info("%s", buf);
free(buf);