Re: [U-Boot] [PATCH 06/10] dfu: Fix crash when wrong number of arguments given

2012-11-28 Thread Lukasz Majewski
Hi Pantelis, > Fix obvious crash when not enough arguments are given to the dfu > command. > > Signed-off-by: Pantelis Antoniou > --- > common/cmd_dfu.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/common/cmd_dfu.c b/common/cmd_dfu.c > index 327c738..83ef324 100644

[U-Boot] [PATCH 06/10] dfu: Fix crash when wrong number of arguments given

2012-11-28 Thread Pantelis Antoniou
Fix obvious crash when not enough arguments are given to the dfu command. Signed-off-by: Pantelis Antoniou --- common/cmd_dfu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/cmd_dfu.c b/common/cmd_dfu.c index 327c738..83ef324 100644 --- a/common/cmd_dfu.c +++ b/commo