public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: "Pali Rohár" <pali@kernel.org>
To: Stefano Babic <sbabic@denx.de>, Fabio Estevam <festevam@gmail.com>
Cc: "NXP i.MX U-Boot Team" <uboot-imx@nxp.com>, u-boot@lists.denx.de
Subject: Re: [PATCH] imx: nandbcb: Fix printf format in write_fcb
Date: Tue, 7 Dec 2021 21:43:09 +0100	[thread overview]
Message-ID: <20211207204309.sl5msoitz56rj64n@pali> (raw)
In-Reply-To: <20211020091315.12632-1-pali@kernel.org>

PING?

On Wednesday 20 October 2021 11:13:15 Pali Rohár wrote:
> Correct printf format for unsigned long long is %llx and not %llxx.
> 
> Signed-off-by: Pali Rohár <pali@kernel.org>
> ---
>  arch/arm/mach-imx/cmd_nandbcb.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/mach-imx/cmd_nandbcb.c b/arch/arm/mach-imx/cmd_nandbcb.c
> index 09622c13c980..646da0198660 100644
> --- a/arch/arm/mach-imx/cmd_nandbcb.c
> +++ b/arch/arm/mach-imx/cmd_nandbcb.c
> @@ -650,7 +650,7 @@ static int write_fcb(struct boot_config *boot_cfg, struct fcb_block *fcb)
>  			};
>  
>  			ret = mtd_write_oob(mtd, off, &ops);
> -			printf("NAND FCB write to 0x%llxx offset 0x%zx written: %s\n", off, ops.len, ret ? "ERROR" : "OK");
> +			printf("NAND FCB write to 0x%llx offset 0x%zx written: %s\n", off, ops.len, ret ? "ERROR" : "OK");
>  		}
>  
>  		if (ret)
> -- 
> 2.20.1
> 

  reply	other threads:[~2021-12-07 20:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-20  9:13 [PATCH] imx: nandbcb: Fix printf format in write_fcb Pali Rohár
2021-12-07 20:43 ` Pali Rohár [this message]
2022-01-13 14:33   ` Pali Rohár
2022-01-15 13:51 ` Fabio Estevam
2022-02-05 16:40 ` sbabic

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=20211207204309.sl5msoitz56rj64n@pali \
    --to=pali@kernel.org \
    --cc=festevam@gmail.com \
    --cc=sbabic@denx.de \
    --cc=u-boot@lists.denx.de \
    --cc=uboot-imx@nxp.com \
    /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