On Wed, Jun 29, 2016 at 4:00 PM, Vishal Verma <[email protected]> wrote: > For the debug prints in acpi_nfit_ctl(), all the prints except the input > buffer dump printed the command name. Make this also do the same for > better readability. > > Cc: Dan Williams <[email protected]> > Cc: Rafael J. Wysocki <[email protected]> > Signed-off-by: Vishal Verma <[email protected]> > --- > drivers/acpi/nfit.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)
We used to do this, but nvdimm_cmd_name() currently only knows the names for the "Intel" DSMs. At a minimum we should force cmd_name to "unknown" for the other formats until support is added. _______________________________________________ Linux-nvdimm mailing list [email protected] https://lists.01.org/mailman/listinfo/linux-nvdimm
