ACPI processor: remove spurious newline from warning message
authorFrans Pop <elendil@planet.nl>
Fri, 22 May 2009 08:23:40 +0000 (10:23 +0200)
committerLen Brown <len.brown@intel.com>
Sat, 30 May 2009 01:26:26 +0000 (21:26 -0400)
commit21671b88be331fb9c95891d5ee7d2e940e6b024c
treed21a7e70a502980d111f0784f8598c153185647f
parent1fc8d33acafe68bdcc21b327d22ef3820b819727
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 <elendil@planet.nl>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/processor_throttling.c