diff options
author | Amit Arora <amit.arora@linaro.org> | 2010-11-16 11:30:20 +0530 |
---|---|---|
committer | Amit Arora <amit.arora@linaro.org> | 2010-11-16 11:30:20 +0530 |
commit | 59429a4aa895d30add54aef4079ea4d8950458f1 (patch) | |
tree | d3d76f820d5ec37885c1af6121d77eda9aeecfcf /clocks.c | |
parent | 04f977447f757695cc211811010e93c0c5633eb9 (diff) | |
download | powerdebug-59429a4aa895d30add54aef4079ea4d8950458f1.tar.gz |
comment out debug/test code
Diffstat (limited to 'clocks.c')
-rw-r--r-- | clocks.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ int init_clock_details(void) return(1); } sprintf(clk_dir_path, "%s/clock", clk_dir_path); - strcpy(clk_dir_path, "/debug/clock"); // Hardcoded for testing.. + //strcpy(clk_dir_path, "/debug/clock"); // Hardcoded for testing.. if (stat(clk_dir_path, &buf)) { create_selectedwindow(); sprintf(clock_lines[0], "Unable to find clock tree" |