aboutsummaryrefslogtreecommitdiff
path: root/powerdebug.c
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2011-06-15 15:45:12 +0200
committerDaniel Lezcano <daniel.lezcano@linaro.org>2011-06-15 15:45:12 +0200
commit597892aaee54debd403f423a781538785b646a19 (patch)
treed3560b5acd0ddc837ee752e96d2ed9fc8b958ad6 /powerdebug.c
parent2e9df76582b49ab87b7a36365d997f061ed262be (diff)
make the functions name consistent
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'powerdebug.c')
-rw-r--r--powerdebug.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/powerdebug.c b/powerdebug.c
index 24db8c8..0eee7c5 100644
--- a/powerdebug.c
+++ b/powerdebug.c
@@ -19,6 +19,7 @@
#include "regulator.h"
#include "display.h"
#include "clocks.h"
+#include "sensor.h"
#include "powerdebug.h"
void usage(void)
@@ -275,7 +276,7 @@ int mainloop(struct powerdebug_options *options)
if (enter_hit)
clock_toggle_expanded();
- read_and_print_clock_info();
+ clock_display();
enter_hit = false;
} else
find_parents_for_clock(clkname_str,
@@ -317,7 +318,7 @@ static int powerdebug_dump(struct powerdebug_options *options)
regulator_dump();
if (options->clocks)
- read_and_dump_clock_info(options->clkname);
+ clock_dump(options->clkname);
if (options->sensors)
sensor_dump();