Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030256AbWJROV1 (ORCPT ); Wed, 18 Oct 2006 10:21:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030275AbWJROV1 (ORCPT ); Wed, 18 Oct 2006 10:21:27 -0400 Received: from fgwmail5.fujitsu.co.jp ([192.51.44.35]:36564 "EHLO fgwmail5.fujitsu.co.jp") by vger.kernel.org with ESMTP id S1030256AbWJROVZ (ORCPT ); Wed, 18 Oct 2006 10:21:25 -0400 Date: Wed, 18 Oct 2006 23:21:10 +0900 From: Yasunori Goto To: "Brown, Len" Subject: [PATCH](acpi:memory hotplug) Change log level of a message of acpi_memhotplug to KERN_DEBUG Cc: Andrew Morton , Hiroyuki KAMEZAWA , ACPI-ML , Linux Hotplug Memory Support , Linux Kernel ML X-Mailer-Plugin: BkASPil for Becky!2 Ver.2.068 Message-Id: <20061018230110.2AE0.Y-GOTO@jp.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.27 [ja] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1217 Lines: 40 This patch may be a bit trivial. But, 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. This patch is for 2.6.19-rc2. Please apply. Signed-off-by: Yasunori Goto --- drivers/acpi/acpi_memhotplug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- Index: linux-2.6.18/drivers/acpi/acpi_memhotplug.c =================================================================== --- linux-2.6.18.orig/drivers/acpi/acpi_memhotplug.c 2006-10-18 22:50:44.000000000 +0900 +++ linux-2.6.18/drivers/acpi/acpi_memhotplug.c 2006-10-18 22:51:47.000000000 +0900 @@ -416,7 +416,7 @@ /* 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; } -- Yasunori Goto - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/