Remove some warnings, mainly from format strings which didn't match the
[coreboot.git] / src / devices / device_util.c
index 5a1b8b5ef0e510eabb7661abafcfb63f37af1b6f..c18385073c5d00dbafc1a81b19cca07ab1f3c4d1 100644 (file)
@@ -467,7 +467,7 @@ void report_resource_stored(device_t dev, struct resource *resource, const char
 #endif
                }
                printk_debug(
-                       "%s %02x <- [0x%010Lx - 0x%010Lx] size 0x%08Lx gran 0x%02x %s%s%s\n",
+                       "%s %02lx <- [0x%010Lx - 0x%010Lx] size 0x%08Lx gran 0x%02x %s%s%s\n",
                        dev_path(dev),
                        resource->index,
                        base, end,