From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: Re: [PATCH mini-os] Correct printf formatting for tpm_tis message. Date: Thu, 2 Jul 2015 02:21:43 +0200 Message-ID: <20150702002143.GY3245@type.home> References: <1435316320-1811-1-git-send-email-ian.campbell@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline In-Reply-To: <1435316320-1811-1-git-send-email-ian.campbell@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: minios-devel@lists.xenproject.org, Daniel De Graaf , Thomas Leonard , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org Ian Campbell, le Fri 26 Jun 2015 11:58:40 +0100, a =E9crit : > This is under #ifdef HAVE_LIBC so went unnoticed before. > = > Signed-off-by: Ian Campbell Acked-by: Samuel Thibault > --- > 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 basead= dr, int localities, unsigned > = > /* Map the page in now */ > if ((tpm->pages[i] =3D ioremap_nocache(addr, PAGE_SIZE)) =3D= =3D 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 d-_-b how u make that inverted b? wait never mind