From: Samuel Thibault <samuel.thibault@ens-lyon.org>
To: Ian Campbell <ian.campbell@citrix.com>
Cc: minios-devel@lists.xenproject.org,
Daniel De Graaf <dgdegra@tycho.nsa.gov>,
Thomas Leonard <talex5@gmail.com>,
xen-devel@lists.xen.org
Subject: Re: [PATCH mini-os] Correct printf formatting for tpm_tis message.
Date: Thu, 2 Jul 2015 02:21:43 +0200 [thread overview]
Message-ID: <20150702002143.GY3245@type.home> (raw)
In-Reply-To: <1435316320-1811-1-git-send-email-ian.campbell@citrix.com>
Ian Campbell, le Fri 26 Jun 2015 11:58:40 +0100, a écrit :
> This is under #ifdef HAVE_LIBC so went unnoticed before.
>
> Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
> ---
> tpm_tis.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tpm_tis.c b/tpm_tis.c
> index 98fe837..475ac5d 100644
> --- a/tpm_tis.c
> +++ b/tpm_tis.c
> @@ -1429,7 +1429,7 @@ struct tpm_chip* init_tpm2_tis(unsigned long baseaddr, int localities, unsigned
>
> /* Map the page in now */
> if ((tpm->pages[i] = ioremap_nocache(addr, PAGE_SIZE)) == NULL) {
> - printk("Unable to map iomem page a address %p\n", addr);
> + printk("Unable to map iomem page a address %lx\n", addr);
> goto abort_egress;
> }
>
> --
> 1.7.10.4
>
--
Samuel
<i8b4uUnderground> d-_-b
<BonyNoMore> how u make that inverted b?
<BonyNoMore> wait
<BonyNoMore> never mind
next prev parent reply other threads:[~2015-07-02 0:21 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-26 10:58 [PATCH mini-os] Correct printf formatting for tpm_tis message Ian Campbell
2015-06-26 11:06 ` [PATCH xen] stubdom: vtpmmgr: Correctly format size_t with %z when printing Ian Campbell
2015-07-02 0:23 ` Samuel Thibault
2015-07-02 9:04 ` Ian Campbell
2015-07-03 10:36 ` Ian Campbell
2015-07-02 0:21 ` Samuel Thibault [this message]
2015-07-03 9:29 ` [PATCH mini-os] Correct printf formatting for tpm_tis message Ian Campbell
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=20150702002143.GY3245@type.home \
--to=samuel.thibault@ens-lyon.org \
--cc=dgdegra@tycho.nsa.gov \
--cc=ian.campbell@citrix.com \
--cc=minios-devel@lists.xenproject.org \
--cc=talex5@gmail.com \
--cc=xen-devel@lists.xen.org \
/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.