On Thu, Jul 28, 2016 at 2:49 AM, Johannes Thumshirn <jthumshirn(a)suse.de> wrote:
CONFIG_ACPI_NFIT_DEBUG is currently used to dump the buffers used in
NFIT _DSM
calls. Within the statements guarded by CONFIG_ACPI_NFIT_DEBUG we use dynamic
debugging as well as print_hex_dump_debug(). Change the print_hex_dump_debug()
call to dynamic_hex_dump() so we can enable it on demand and at runtime, not
dependend on a compile time option.
Signed-off-by: Johannes Thumshirn <jthumshirn(a)suse.de>
---
Looks good to me, not sure how I missed dynamic_hex_dump() in the first place.