From 0e574e5047f4376cc2fa22962c7f2df012a089a9 Mon Sep 17 00:00:00 2001 From: Charles Manning Date: Tue, 27 Apr 2010 14:05:19 +1200 Subject: [PATCH] yaffs: Change name of /proc/yaffs_stats name was not updated in plotter script. Signed-off-by: Charles Manning --- linux-tests/plot_data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-tests/plot_data.sh b/linux-tests/plot_data.sh index 6713f72..a7df698 100755 --- a/linux-tests/plot_data.sh +++ b/linux-tests/plot_data.sh @@ -21,7 +21,7 @@ i=0; rm -f $log_file while true; do -str=$(cat /proc/yaffs_debug) +str=$(cat /proc/yaffs_stats) echo "$i, $str" echo "$i, $str" >> $log_file let i=$i+1 -- 2.30.2