OSDN Git Service

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)
commit7699a6a36b82f22cb0b355c6411531abedf12964
tree53b7115535db6682fa56f218760ddf81cc835f17
parent8d13c0290655b883df9083a2a0af0d782bc38aef
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 cdf17449af1d "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