9
0
Fork 0

commands: Fix memtest return value

Signed-off-by: Christian Hemp <c.hemp@phytec.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Christian Hemp 2013-09-02 08:38:29 +02:00 committed by Sascha Hauer
parent aaf6fdce2f
commit 2c974b50d3
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ out:
return 1;
} else {
printf("Memtest successful.\n");
return 1;
return 0;
}
}