commands: fix a warning in help.c
Fix the following warning:

commands/help.c: In function ‘list_group’:
commands/help.c:57:4: warning: format not a string literal and
no format arguments [-Wformat-security]
    printf(cmdtp->name);
    ^

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 3f57710 commit 18b74c3ec6157b84b80898121f4e631ad690264d
@Masahiro Yamada Masahiro Yamada authored on 13 Jan 2015
Sascha Hauer committed on 13 Jan 2015
Showing 1 changed file
View
commands/help.c