From: Bjørn Mork Date: Thu, 22 May 2014 10:47:47 +0000 (+0200) Subject: ACPI: add dynamic_debug support X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~5^2~17^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45fef5b88d1f2f47ecdefae6354372d440ca5c84;p=pandora-kernel.git ACPI: add dynamic_debug support Commit 1a699476e258 ("ACPI / hotplug / PCI: Hotplug notifications from acpi_bus_notify()") added debug messages for a few common events. These debug messages are unconditionally enabled if CONFIG_DYNAMIC_DEBUG is defined, contrary to the documented meaning, making the ACPI system spew lots of unwanted noise on any kernel with dynamic debugging. The bug was introduced by commit fbfddae69657 ("ACPI: Add acpi_handle_() interfaces"), which added the CONFIG_DYNAMIC_DEBUG dependency without respecting its meaning. Fix by adding real support for dynamic_debug. Fixes: fbfddae69657 ("ACPI: Add acpi_handle_() interfaces") Signed-off-by: Bjørn Mork Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed