From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] titanium: Return the error when cpu_eth_init() fails
Date: Mon, 04 Nov 2013 08:19:41 +0100 [thread overview]
Message-ID: <52774A8D.4030801@denx.de> (raw)
In-Reply-To: <1383523976-11845-1-git-send-email-festevam@gmail.com>
Hi Fabio,
On 04.11.2013 01:12, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
>
> When cpu_eth_init() fails we should not return success.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
> board/freescale/titanium/titanium.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/board/freescale/titanium/titanium.c b/board/freescale/titanium/titanium.c
> index 6025eb7..9a317bc 100644
> --- a/board/freescale/titanium/titanium.c
> +++ b/board/freescale/titanium/titanium.c
> @@ -272,7 +272,7 @@ int board_eth_init(bd_t *bis)
> if (ret)
> printf("FEC MXC: %s:failed\n", __func__);
>
> - return 0;
> + return ret;
> }
>
> int board_early_init_f(void)
Thanks.
Acked-by: Stefan Roese <sr@denx.de>
Thanks,
Stefan
next prev parent reply other threads:[~2013-11-04 7:19 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-04 0:12 [U-Boot] [PATCH] titanium: Return the error when cpu_eth_init() fails Fabio Estevam
2013-11-04 7:19 ` Stefan Roese [this message]
2013-11-13 9:14 ` Stefano Babic
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=52774A8D.4030801@denx.de \
--to=sr@denx.de \
--cc=u-boot@lists.denx.de \
/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 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.