ACPI / resources: Change pr_info() to pr_debug() for debug information
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 18 Feb 2015 07:05:43 +0000 (08:05 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 18 Feb 2015 07:05:43 +0000 (08:05 +0100)
Annoying and noisy ACPI debug messages are printed with pr_info()
after the recent ACPI resources handling rework.  Replace the
pr_info() with pr_debug() to reduce to noise level.

Reported-by: Borislav Petkov <bp@alien8.de>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

No differences found