On Thu, Jul 28, 2016 at 2:49 AM, Johannes Thumshirn <[email protected]> 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 <[email protected]> > ---
Looks good to me, not sure how I missed dynamic_hex_dump() in the first place. _______________________________________________ Linux-nvdimm mailing list [email protected] https://lists.01.org/mailman/listinfo/linux-nvdimm
