libnvdimm: remove redundant __func__ in dev_dbg
authorDan Williams <dan.j.williams@intel.com>
Tue, 6 Mar 2018 00:39:31 +0000 (16:39 -0800)
committerDan Williams <dan.j.williams@intel.com>
Tue, 6 Mar 2018 16:44:17 +0000 (08:44 -0800)
commit426824d63b77bde61422ed6e19ac7c62c1f06fca
tree5b2c28e974df6c5423cfb23a8f6521703f15d2f5
parentb814735f5ca477a6d4f446f00d16da4a18e33bf5
libnvdimm: remove redundant __func__ in dev_dbg

Dynamic debug can be instructed to add the function name to the debug
output using the +f switch, so there is no need for the libnvdimm
modules to do it again. If a user decides to add the +f switch for
libnvdimm's dynamic debug this results in double prints of the function
name.

Reported-by: Johannes Thumshirn <jthumshirn@suse.de>
Reported-by: Ross Zwisler <ross.zwisler@linux.intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/nvdimm/btt_devs.c
drivers/nvdimm/bus.c
drivers/nvdimm/claim.c
drivers/nvdimm/core.c
drivers/nvdimm/dax_devs.c
drivers/nvdimm/dimm_devs.c
drivers/nvdimm/label.c
drivers/nvdimm/namespace_devs.c
drivers/nvdimm/pfn_devs.c
drivers/nvdimm/pmem.c