Re: pnpacpi: reduce printk severity for "pnpacpi: exceeded the max number of ..."

From: Nick Andrew
Date: Thu Apr 17 2008 - 11:24:41 EST


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.

Nick.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/