All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] tools: remove unused ret
@ 2018-01-18 19:19 Jelle van der Waa
  2018-01-18 23:01 ` Simon Glass
  2018-01-28 18:53 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Jelle van der Waa @ 2018-01-18 19:19 UTC (permalink / raw)
  To: u-boot

Remove unused ret from fw_env_flush.

Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
---
 tools/env/fw_env.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tools/env/fw_env.c b/tools/env/fw_env.c
index 18c2324d2f..ca5507d4d7 100644
--- a/tools/env/fw_env.c
+++ b/tools/env/fw_env.c
@@ -505,8 +505,6 @@ int fw_printenv(int argc, char *argv[], int value_only, struct env_opts *opts)
 
 int fw_env_flush(struct env_opts *opts)
 {
-	int ret;
-
 	if (!opts)
 		opts = &default_opts;
 
-- 
2.15.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] tools: remove unused ret
  2018-01-18 19:19 [U-Boot] [PATCH] tools: remove unused ret Jelle van der Waa
@ 2018-01-18 23:01 ` Simon Glass
  2018-01-28 18:53 ` [U-Boot] " Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2018-01-18 23:01 UTC (permalink / raw)
  To: u-boot

On 18 January 2018 at 11:19, Jelle van der Waa <jelle@vdwaa.nl> wrote:
> Remove unused ret from fw_env_flush.
>
> Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
> ---
>  tools/env/fw_env.c | 2 --
>  1 file changed, 2 deletions(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] tools: remove unused ret
  2018-01-18 19:19 [U-Boot] [PATCH] tools: remove unused ret Jelle van der Waa
  2018-01-18 23:01 ` Simon Glass
@ 2018-01-28 18:53 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2018-01-28 18:53 UTC (permalink / raw)
  To: u-boot

On Thu, Jan 18, 2018 at 08:19:43PM +0100, Jelle van der Waa wrote:

> Remove unused ret from fw_env_flush.
> 
> Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
> Reviewed-by: Simon Glass <sjg@chromium.org>

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: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180128/3ae48bb6/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-01-28 18:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-18 19:19 [U-Boot] [PATCH] tools: remove unused ret Jelle van der Waa
2018-01-18 23:01 ` Simon Glass
2018-01-28 18:53 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.