Skip to content

Commit

Permalink
[PATCH] Change log level of a message of acpi_memhotplug to KERN_DEBUG
Browse files Browse the repository at this point in the history
I suppose this message seems quite useless except debugging.  It just shows
"Hotplug Mem Device".  System admin can't know anything by this message.
So, I would like to change it to KERN_DEBUG.

Signed-off-by: Yasunori Goto <y-goto@jp.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Yasunori Goto authored and Linus Torvalds committed Oct 20, 2006
1 parent 91fcdd4 commit 6cbe44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/acpi/acpi_memhotplug.c
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ static int acpi_memory_device_add(struct acpi_device *device)
/* Set the device state */
mem_device->state = MEMORY_POWER_ON_STATE;

printk(KERN_INFO "%s \n", acpi_device_name(device));
printk(KERN_DEBUG "%s \n", acpi_device_name(device));

return result;
}
Expand Down

0 comments on commit 6cbe44c

Please sign in to comment.