From: Frans Pop Date: Fri, 22 May 2009 08:23:40 +0000 (+0200) Subject: ACPI processor: remove spurious newline from warning message X-Git-Tag: v2.6.30-rc8~13^2^5~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21671b88be331fb9c95891d5ee7d2e940e6b024c;p=pandora-kernel.git ACPI processor: remove spurious newline from warning message Commit 4973b22a ("ACPI processor: reset the throttling state once it's invalid") introduced a new warning which prints a spurious newline. The ACPI_WARNING macro that is used already takes care of adding a newline, after adding ACPI_CA_VERSION to the message. Remove the newline to avoid the message getting split into two lines. Signed-off-by: Frans Pop Signed-off-by: Len Brown --- Reading git-diff-tree failed