All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guillaume Gardet <guillaume.gardet@free.fr>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] SPL ext: cosmetic: correct error message in spl_load_image_ext()
Date: Fri, 17 Jun 2016 14:05:59 +0200	[thread overview]
Message-ID: <5763E7A7.7090203@free.fr> (raw)
In-Reply-To: <1465897496-21879-1-git-send-email-brain@jikos.cz>



Le 14/06/2016 11:44, Petr Kulhavy a ?crit :
> Correct the error message in spl_load_image_ext() when image parsing
> fails. Instead of "ext4fs_read failed" print "failed to parse image
> header".
>
> Signed-off-by: Petr Kulhavy <brain@jikos.cz>
> CC: Guillaume GARDET <guillaume.gardet@free.fr>

Acked-by:  Guillaume GARDET <guillaume.gardet@free.fr>

> ---
>   common/spl/spl_ext.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/common/spl/spl_ext.c b/common/spl/spl_ext.c
> index ade5496..074b31e 100644
> --- a/common/spl/spl_ext.c
> +++ b/common/spl/spl_ext.c
> @@ -50,7 +50,7 @@ int spl_load_image_ext(struct blk_desc *block_dev,
>   
>   	err = spl_parse_image_header(header);
>   	if (err < 0) {
> -		puts("spl: ext4fs_read failed\n");
> +		puts("spl: failed to parse image header\n");
>   		goto end;
>   	}
>   

  reply	other threads:[~2016-06-17 12:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-14  9:44 [U-Boot] [PATCH] SPL ext: cosmetic: correct error message in spl_load_image_ext() Petr Kulhavy
2016-06-17 12:05 ` Guillaume Gardet [this message]
2016-06-17 14:43 ` Tom Rini

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=5763E7A7.7090203@free.fr \
    --to=guillaume.gardet@free.fr \
    --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.