From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Sun, 08 Jun 2014 10:57:10 +0200 Subject: [U-Boot] [RESEND PATCH 1/3] Check run_command() return code properly In-Reply-To: <1401991678-3046-2-git-send-email-thomas.betker@freenet.de> References: <1401991678-3046-1-git-send-email-thomas.betker@freenet.de> <1401991678-3046-2-git-send-email-thomas.betker@freenet.de> Message-ID: <53942566.8010505@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05.06.2014 20:07, Thomas Betker wrote: > run_command() returns 0 for success, 1 for failure. Fix places which > assume that failure is indicated by a negative return code. > > Signed-off-by: Thomas Betker Thanks for fixing this! Tested-by: Stefan Roese Thanks, Stefan