]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI / utils: Drop error messages from acpi_evaluate_reference()
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 12 Dec 2014 21:51:01 +0000 (22:51 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 12 Dec 2014 21:51:01 +0000 (22:51 +0100)
commit40d5f49ae6260c812b164e021d0951ba2a8299b0
tree0fd56ef6c979725564481e6b7d55950b7ba8ad6b
parent8e4e3307e15fea8975ac1297c448968a99aabc88
ACPI / utils: Drop error messages from acpi_evaluate_reference()

Some of the error messages printed by acpi_evaluate_reference()
with the KERN_ERR priority should really be debug messages, but then
they would be redundant, because acpi_util_eval_error() is called
too at the same spots (except for one).

Drop the kernel messages from there entirely and leave the
acpi_util_eval_error() to handle the debug printing.  In one case,
replace the kernel message with a call to acpi_util_eval_error().

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/utils.c