From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934002AbYDQRMt (ORCPT ); Thu, 17 Apr 2008 13:12:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1760660AbYDQRMh (ORCPT ); Thu, 17 Apr 2008 13:12:37 -0400 Received: from sous-sol.org ([216.99.217.87]:48755 "EHLO sous-sol.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760507AbYDQRMg (ORCPT ); Thu, 17 Apr 2008 13:12:36 -0400 Date: Thu, 17 Apr 2008 10:09:39 -0700 From: Chris Wright To: Nick Andrew Cc: Chris Wright , linux-kernel@vger.kernel.org, stable@kernel.org, Linux-acpi@vger.kernel.org, Justin Forbes , Zwane Mwaikambo , "Theodore Ts'o" , Randy Dunlap , Dave Jones , Chuck Wolber , Chris Wedgwood , Michael Krufky , Chuck Ebbert , Domenico Andreoli , torvalds@linux-foundation.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk, Len Brown , Len Brown Subject: Re: pnpacpi: reduce printk severity for "pnpacpi: exceeded the max number of ..." Message-ID: <20080417170939.GD17220@sequoia.sous-sol.org> References: <20080417010122.148289106@sous-sol.org> <20080417010359.629397865@sous-sol.org> <20080417152405.GB14206@tull.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080417152405.GB14206@tull.net> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Nick Andrew (nick@nick-andrew.net) wrote: > On Wed, Apr 16, 2008 at 06:02:20PM -0700, Chris Wright wrote: > > - printk(KERN_ERR "pnpacpi: exceeded the max number of IRQ " > > + printk(KERN_WARNING "pnpacpi: exceeded the max number of IRQ " > > "resources: %d \n", PNP_MAX_IRQ); > > This is a good time to delete that whitespace before the newline > in this hunk plus the two following. Unless you're going to go to > dynamic memory allocation for these arrays in a month and wipe > out all this code. Not for -stable...maybe upstream, send Len a patch.