From: Antony Pavlov <antonynpavlov@gmail.com>
To: barebox@lists.infradead.org
Subject: [PATCH] commands/led.c: fix return code
Date: Wed, 3 Aug 2011 12:33:52 +0400 [thread overview]
Message-ID: <1312360432-26595-1-git-send-email-antonynpavlov@gmail.com> (raw)
In-Reply-To: <20110803072910.GO31404@pengutronix.de>
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
commands/led.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/commands/led.c b/commands/led.c
index 7fd9d44..6bda797 100644
--- a/commands/led.c
+++ b/commands/led.c
@@ -40,7 +40,7 @@ static int do_led(struct command *cmdtp, int argc, char *argv[])
led = led_by_number(i);
if (!led) {
printf("no registered LEDs\n");
- return COMMAND_ERROR;
+ return 1;
}
printf("registered LEDs:\n");
--
1.7.5.4
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
prev parent reply other threads:[~2011-08-03 8:33 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-02 7:08 [PATCH] commands/led.c: fix return codes Antony Pavlov
2011-08-03 7:29 ` Sascha Hauer
2011-08-03 8:33 ` Antony Pavlov [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1312360432-26595-1-git-send-email-antonynpavlov@gmail.com \
--to=antonynpavlov@gmail.com \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox