]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI / scan: Change the level of _DEP-related messages to KERN_DEBUG
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 12 Dec 2014 21:48:44 +0000 (22:48 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 12 Dec 2014 21:48:44 +0000 (22:48 +0100)
commit03a29f7e45deb0cabdf06a619926bd1e54798ad4
treec7cb908a2cc86bcda2d34089721b35c2428d00f2
parentcfb18f79500f1b4fb1d5271cee9a492b53d4d9c7
ACPI / scan: Change the level of _DEP-related messages to KERN_DEBUG

Two _DEP-related failure messages are printed as dev_err() which is
unnecessary and annoying.  Use dev_dbg() to print them.

While at it, one of the messages should actually say it is related
to _DEP, so modify it to that effect.

Fixes: cfb18f79500f (ACPI: Add _DEP support to fix battery issue on Asus T100TA)
Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/scan.c