Re: [U-Boot] [PATCH 3/3] tools: dumpimage: Fall-though to print usage for help command

2020-01-08 Thread Tom Rini
On Tue, Sep 17, 2019 at 05:09:35PM -0400, Andrew F. Davis wrote: > This has the same result but some compilers will warn about this > fall-through if there are statements as part of the label block. > > Signed-off-by: Andrew F. Davis > Reviewed-by: Lokesh Vutla Applied to u-boot/master,

Re: [U-Boot] [PATCH 3/3] tools: dumpimage: Fall-though to print usage for help command

2019-11-14 Thread Lokesh Vutla
On 18/09/19 2:39 AM, Andrew F. Davis wrote: > This has the same result but some compilers will warn about this > fall-through if there are statements as part of the label block. > > Signed-off-by: Andrew F. Davis Reviewed-by: Lokesh Vutla Thanks and regards, Lokesh

[U-Boot] [PATCH 3/3] tools: dumpimage: Fall-though to print usage for help command

2019-09-17 Thread Andrew F. Davis
This has the same result but some compilers will warn about this fall-through if there are statements as part of the label block. Signed-off-by: Andrew F. Davis --- tools/dumpimage.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/dumpimage.c b/tools/dumpimage.c index