projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d120cfb
)
ACPI: fixup memhotplug debug message
author
akpm@osdl.org
<akpm@osdl.org>
Fri, 30 Jun 2006 07:15:00 +0000
(
03:15
-0400)
committer
Len Brown
<len.brown@intel.com>
Fri, 30 Jun 2006 07:40:01 +0000
(
03:40
-0400)
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/acpi_memhotplug.c
patch
|
blob
|
history
diff --git
a/drivers/acpi/acpi_memhotplug.c
b/drivers/acpi/acpi_memhotplug.c
index
6f5e395
..
cd57372
100644
(file)
--- a/
drivers/acpi/acpi_memhotplug.c
+++ b/
drivers/acpi/acpi_memhotplug.c
@@
-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;
}