Re: [PATCH] commands: Fix memtest return value

2013-09-02 Thread Sascha Hauer
On Mon, Sep 02, 2013 at 08:38:29AM +0200, Christian Hemp wrote: > Signed-off-by: Christian Hemp Applied, thanks Sascha > --- > commands/memtest.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/commands/memtest.c b/commands/memtest.c > index d2a1487..c82badc 100

[PATCH] commands: Fix memtest return value

2013-09-01 Thread Christian Hemp
Signed-off-by: Christian Hemp --- commands/memtest.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/commands/memtest.c b/commands/memtest.c index d2a1487..c82badc 100644 --- a/commands/memtest.c +++ b/commands/memtest.c @@ -236,7 +236,7 @@ out: return 1;