From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [203.10.76.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.ozlabs.org", Issuer "CA Cert Signing Authority" (verified OK)) by bilbo.ozlabs.org (Postfix) with ESMTPS id 6494FB7B95 for ; Thu, 30 Jul 2009 14:23:14 +1000 (EST) Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 9CD46DDD1B for ; Thu, 30 Jul 2009 14:23:13 +1000 (EST) Message-Id: From: Kumar Gala To: Mark Ware In-Reply-To: <4A645A27.7040002@elphinstone.net> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Mime-Version: 1.0 (Apple Message framework v935.3) Subject: Re: [RFC/PATCH] powerpc: Don't use alloc_bootmem in cpm_uart_cpm2.c Date: Wed, 29 Jul 2009 23:22:56 -0500 References: <4A645A27.7040002@elphinstone.net> Cc: Linuxppc-dev Development List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Jul 20, 2009, at 6:51 AM, Mark Ware wrote: > This is another alloc_bootmem() -> kzalloc() change, this time to > fix the non-fatal badness caused when booting with a cpm2_uart > console. > > Signed-Off-By: Mark Ware > > --- > drivers/serial/cpm_uart/cpm_uart_cpm2.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) applied to merge (had to fix up patch by hand). - k