* [U-Boot] [PATCH] mkimage: fix missing break for -p switch
@ 2016-07-12 5:54 Teddy Reed
2016-07-12 12:17 ` Tom Rini
2016-07-16 13:51 ` [U-Boot] " Tom Rini
0 siblings, 2 replies; 3+ messages in thread
From: Teddy Reed @ 2016-07-12 5:54 UTC (permalink / raw)
To: u-boot
Signed-off-by: Teddy Reed <teddy.reed@gmail.com>
---
tools/mkimage.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/mkimage.c b/tools/mkimage.c
index ff3024a..0e501f8 100644
--- a/tools/mkimage.c
+++ b/tools/mkimage.c
@@ -225,6 +225,7 @@ static void process_args(int argc, char **argv)
params.cmdname, optarg);
exit(EXIT_FAILURE);
}
+ break;
case 'q':
params.quiet = 1;
break;
--
2.7.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] mkimage: fix missing break for -p switch
2016-07-12 5:54 [U-Boot] [PATCH] mkimage: fix missing break for -p switch Teddy Reed
@ 2016-07-12 12:17 ` Tom Rini
2016-07-16 13:51 ` [U-Boot] " Tom Rini
1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2016-07-12 12:17 UTC (permalink / raw)
To: u-boot
On Mon, Jul 11, 2016 at 10:54:26PM -0700, Teddy Reed wrote:
> Signed-off-by: Teddy Reed <teddy.reed@gmail.com>
Reported-by: Coverity (CID: 150277)
Reviewed-by: Tom Rini <trini@konsulko.com>
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160712/deadc8fe/attachment.sig>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] mkimage: fix missing break for -p switch
2016-07-12 5:54 [U-Boot] [PATCH] mkimage: fix missing break for -p switch Teddy Reed
2016-07-12 12:17 ` Tom Rini
@ 2016-07-16 13:51 ` Tom Rini
1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2016-07-16 13:51 UTC (permalink / raw)
To: u-boot
On Mon, Jul 11, 2016 at 10:54:26PM -0700, Teddy Reed wrote:
> Signed-off-by: Teddy Reed <teddy.reed@gmail.com>
> Reported-by: Coverity (CID: 150277)
> Reviewed-by: Tom Rini <trini@konsulko.com>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160716/44653125/attachment.sig>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-07-16 13:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-12 5:54 [U-Boot] [PATCH] mkimage: fix missing break for -p switch Teddy Reed
2016-07-12 12:17 ` Tom Rini
2016-07-16 13:51 ` [U-Boot] " Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox