]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitefea22f329b68ef3c5060b094d4241f4937fa58e
treed21a7e70a502980d111f0784f8598c153185647f
parent6c297f98836d23f63d4ca0f4c5ac952300186ba1
ACPI processor: remove spurious newline from warning message

Commit 7f5587be ("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