mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: Ahmad Fatoum <ahmad@a3f.at>
Cc: barebox@lists.infradead.org, Marco Felsch <mfe@pengutronix.de>
Subject: Re: [PATCH] fixup! vsprintf: retire strerrorp in favor of %pe
Date: Wed, 30 Sep 2020 09:16:42 +0200	[thread overview]
Message-ID: <20200930071642.GE11648@pengutronix.de> (raw)
In-Reply-To: <20200929201701.26526-1-ahmad@a3f.at>

On Tue, Sep 29, 2020 at 10:17:01PM +0200, Ahmad Fatoum wrote:
> The %pe patch set missed one instance of strerrorp that
> was added after the patch set was initially drafted.
> Fix it up.

Squashed into "of: Add common device tree register function" instead.

Sascha

> 
> Reported-by: Marco Felsch <mfe@pengutronix.de>
> Signed-off-by: Ahmad Fatoum <ahmad@a3f.at>
> ---
>  drivers/of/base.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/of/base.c b/drivers/of/base.c
> index 6e2fb8b281e9..4e88af7b22e2 100644
> --- a/drivers/of/base.c
> +++ b/drivers/of/base.c
> @@ -1588,7 +1588,7 @@ void barebox_register_fdt(const void *dtb)
>  
>  	root = of_unflatten_dtb(dtb);
>  	if (IS_ERR(root)) {
> -		pr_err("Cannot unflatten dtb: %s\n", strerrorp(root));
> +		pr_err("Cannot unflatten dtb: %pe\n", root);
>  		return;
>  	}
>  
> -- 
> 2.28.0
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

  reply	other threads:[~2020-09-30  7:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-29 20:17 Ahmad Fatoum
2020-09-30  7:16 ` Sascha Hauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-09-29 15:09 Ahmad Fatoum

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=20200930071642.GE11648@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=ahmad@a3f.at \
    --cc=barebox@lists.infradead.org \
    --cc=mfe@pengutronix.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox