[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen master] gnttab: fix a printk() format specifier



commit 9f7798eb6ea20ba94617772ed0f3b8862b826533
Author:     Jan Beulich <jbeulich@xxxxxxxx>
AuthorDate: Thu Jan 29 15:57:11 2015 +0100
Commit:     Jan Beulich <jbeulich@xxxxxxxx>
CommitDate: Thu Jan 29 15:57:11 2015 +0100

    gnttab: fix a printk() format specifier
    
    ... to fix arm32 build.
    
    Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
---
 xen/common/grant_table.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/xen/common/grant_table.c b/xen/common/grant_table.c
index e44fe20..1a11766 100644
--- a/xen/common/grant_table.c
+++ b/xen/common/grant_table.c
@@ -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;
--
generated by git-patchbot for /home/xen/git/xen.git#master

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.