summaryrefslogtreecommitdiffstats
path: root/commands/nandtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/nandtest.c')
-rw-r--r--commands/nandtest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/nandtest.c b/commands/nandtest.c
index f6e8f99892..0da5444c02 100644
--- a/commands/nandtest.c
+++ b/commands/nandtest.c
@@ -163,8 +163,8 @@ static void print_stats(int nr_passes, int length)
for (i = 0; i < MAX_ECC_BITS; i++)
printf("ECC %d bit error(s) : %d\n", i + 1, ecc_stats[i]);
- printf("ECC >%d bit error(s) : %d\n", MAX_ECC_BITS, ecc_stats_over);
- printf("ECC corrections failed : %d\n", ecc_failed_cnt);
+ printf("ECC >%d bit error(s) : %u\n", MAX_ECC_BITS, ecc_stats_over);
+ printf("ECC corrections failed : %u\n", ecc_failed_cnt);
printf("-------------------------\n");
}