commit | efd756daf4ddae3cec2404c4e0b680b7cfdd6a45 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Feb 05 00:40:08 2015 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Feb 05 00:40:08 2015 +0100 |
tree | 1425b70a1e57d7b8712cf71ec8b5a3aac3b60e87 | |
parent | e36f014edff70fc02b3d3d79cead1d58f289332e [diff] |
ACPI / PCC: Use pr_debug() for debug messages in pcc_init() pcc_init() uses pr_err() to print two messages that are really debug and not interesting to users. Replace those pr_err() with pr_debug(). Reported-by: Cristian <caravena@gmail.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>