]> git.baikalelectronics.ru Git - kernel.git/commit
acpi, nfit: kill ACPI_NFIT_DEBUG
authorDan Williams <dan.j.williams@intel.com>
Fri, 28 Apr 2017 20:54:30 +0000 (13:54 -0700)
committerDan Williams <dan.j.williams@intel.com>
Fri, 28 Apr 2017 23:07:00 +0000 (16:07 -0700)
commit7acb1fa1a62b690f2db965d2c9857340f49b4b70
tree53b7115535db6682fa56f218760ddf81cc835f17
parent711eb071a6caeb952ea51fc68c6691c9691fc3ec
acpi, nfit: kill ACPI_NFIT_DEBUG

Inevitably when one actually needs to debug a DSM issue it's on a
distribution kernel that has CONFIG_ACPI_NFIT_DEBUG=n. The config symbol
was only there to avoid the compile error due to the missing fallback for
print_hex_dump_debug in the CONFIG_DYNAMIC_DEBUG=n case. That was fixed
with commit 7868a175707c "hexdump: do not print debug dumps for
!CONFIG_DEBUG", so the config symbol can just be dropped.

Cc: Joe Perches <joe@perches.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/acpi/nfit/Kconfig
drivers/acpi/nfit/core.c