From 13c93fd93e195421462333767a929ee33a2fe10f Mon Sep 17 00:00:00 2001 From: Yasunori Goto Date: Thu, 19 Oct 2006 23:28:30 -0700 Subject: [PATCH] --- yaml --- r: 39968 b: refs/heads/master c: 6cbe44cd8d48a92856295f445183f52bf42a544d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/acpi/acpi_memhotplug.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 82279a54ddf5..391081838dee 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 91fcdd4e0314145d7d4fa52dba2f9c2da25346fd +refs/heads/master: 6cbe44cd8d48a92856295f445183f52bf42a544d diff --git a/trunk/drivers/acpi/acpi_memhotplug.c b/trunk/drivers/acpi/acpi_memhotplug.c index 98099de59b45..9090b5acc5e3 100644 --- a/trunk/drivers/acpi/acpi_memhotplug.c +++ b/trunk/drivers/acpi/acpi_memhotplug.c @@ -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; }