summaryrefslogtreecommitdiff
path: root/chip/mec1322/clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/mec1322/clock.c')
-rw-r--r--chip/mec1322/clock.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/chip/mec1322/clock.c b/chip/mec1322/clock.c
index a49d2362aa..0fcb411d23 100644
--- a/chip/mec1322/clock.c
+++ b/chip/mec1322/clock.c
@@ -434,8 +434,7 @@ static int command_idle_stats(int argc, char **argv)
}
DECLARE_CONSOLE_COMMAND(idlestats, command_idle_stats,
"",
- "Print last idle stats",
- NULL);
+ "Print last idle stats");
/**
* Configure deep sleep clock settings.
@@ -481,6 +480,5 @@ DECLARE_CONSOLE_COMMAND(dsleep, command_dsleep,
"allow deep sleep to use heavysleep whenever conditions"
"allow.\n"
"Give a timeout value for the console in use timeout.\n"
- "See also 'sleepmask'.",
- NULL);
+ "See also 'sleepmask'.");
#endif /* CONFIG_LOW_POWER_IDLE */