]> 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)
commit8322a89bc1794ae7944d19d30e151282d3065bc6
tree53b7115535db6682fa56f218760ddf81cc835f17
parentb069e8880dd28b1dbf66ffa2f643cc76becddbca
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 093f30e7d46a "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