]> xenbits.xensource.com Git - xen.git/commitdiff
gnttab: fix a printk() format specifier
authorJan Beulich <jbeulich@suse.com>
Thu, 29 Jan 2015 14:57:11 +0000 (15:57 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 29 Jan 2015 14:57:11 +0000 (15:57 +0100)
... to fix arm32 build.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
xen/common/grant_table.c

index e44fe205ef6801a20c317d82e21f34284ab29321..1a11766a57e7a667f863c9e05675e1461fdf9293 100644 (file)
@@ -2210,7 +2210,7 @@ static int gnttab_copy_claim_buf(const struct gnttab_copy *op,
                                buf->read_only, buf->domain);
         if ( rc != GNTST_okay )
             PIN_FAIL(out, rc,
-                     "source frame %lx invalid.\n", ptr->u.gmfn);
+                     "source frame %"PRI_xen_pfn" invalid.\n", ptr->u.gmfn);
 
         buf->ptr.u.gmfn = ptr->u.gmfn;
         buf->ptr.offset = 0;