]> xenbits.xensource.com Git - people/sstabellini/xen-unstable.git/.git/commitdiff
x86/dom0: add missing flag to printf format for PVH
authorRoger Pau Monne <roger.pau@citrix.com>
Thu, 27 Dec 2018 15:26:36 +0000 (16:26 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 27 Dec 2018 19:47:13 +0000 (19:47 +0000)
No functional change.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/hvm/dom0_build.c

index 24cc15f28be8824d7207129d49cff587fdbec3f5..c0eb9cb9534d8e842e8f1b6d6b52d171370e9b5d 100644 (file)
@@ -124,7 +124,7 @@ static int __init pvh_populate_memory_range(struct domain *d,
                                     order);
         if ( rc != 0 )
         {
-            printk("Failed to populate memory: [%#lx,%lx): %d\n",
+            printk("Failed to populate memory: [%#lx,%#lx): %d\n",
                    start, start + (1UL << order), rc);
             return -ENOMEM;
         }