]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/acpi/acpi_memhotplug.c
Pull kmalloc into release branch
[linux-2.6-omap-h63xx.git] / drivers / acpi / acpi_memhotplug.c
index 2c626e81a289f35cba940dfaeb5f7148f911227b..84a68965c11ad38e475445cf1f318cc09ab05f15 100644 (file)
@@ -248,7 +248,7 @@ static int acpi_memory_enable_device(struct acpi_memory_device *mem_device)
                num_enabled++;
        }
        if (!num_enabled) {
-               ACPI_DEBUG_PRINT((ACPI_DB_ERROR, "\nadd_memory failed\n"));
+               printk(KERN_ERR PREFIX "add_memory failed\n");
                mem_device->state = MEMORY_INVALID_STATE;
                return -EINVAL;
        }