From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Hansen Date: Fri, 10 Feb 2006 16:28:47 +0000 Subject: Re: [Lhms-devel] [RFC/PATCH: 001/010] Memory hotplug for new nodes Message-Id: <1139588927.9209.75.camel@localhost.localdomain> List-Id: References: <20060210223757.C530.Y-GOTO@jp.fujitsu.com> In-Reply-To: <20060210223757.C530.Y-GOTO@jp.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Yasunori Goto Cc: "Luck, Tony" , Andi Kleen , "Tolentino, Matthew E" , linux-ia64@vger.kernel.org, Linux Kernel ML , Linux Hotplug Memory Support , x86-64 Discuss On Fri, 2006-02-10 at 23:20 +0900, Yasunori Goto wrote: > > + if (!pgdat){ > + printk("%s node_data allocation failed\n", > __FUNCTION__); > + return -ENODEV; > + } Needs a printk level, please. -- Dave