[ACPI] fix build warning from owner_id patch
authorLen Brown <len.brown@intel.com>
Fri, 23 Dec 2005 03:23:06 +0000 (22:23 -0500)
committerLen Brown <len.brown@intel.com>
Fri, 23 Dec 2005 03:24:10 +0000 (22:24 -0500)
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/utilities/utmisc.c

index b886780..2ce872d 100644 (file)
@@ -87,7 +87,7 @@ acpi_status acpi_ut_allocate_owner_id(acpi_owner_id * owner_id)
        for (i = 0; i < 64; i++) {
                if (!(acpi_gbl_owner_id_mask & (1ULL << i))) {
                        ACPI_DEBUG_PRINT((ACPI_DB_VALUES,
-                                         "Current owner_id mask: %16.16lX New ID: %2.2X\n",
+                                         "Current owner_id mask: %16.16LX New ID: %2.2X\n",
                                          acpi_gbl_owner_id_mask,
                                          (unsigned int)(i + 1)));