device-dax: remove redundant __func__ in dev_dbg
authorDan Williams <dan.j.williams@intel.com>
Tue, 6 Mar 2018 00:40:05 +0000 (16:40 -0800)
committerDan Williams <dan.j.williams@intel.com>
Tue, 6 Mar 2018 16:50:23 +0000 (08:50 -0800)
commit6daaca522ab464d32419aea61dd1b41dc1c71dba
treed26edaf0c6706d62d1a1f106c7e256326a4170f6
parent426824d63b77bde61422ed6e19ac7c62c1f06fca
device-dax: 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 dax modules to
do it again. If a user decides to add the +f switch for the dax modules'
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>
Reviewed-by: Ross Zwisler <ross.zwisler@linux.intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/dax/device.c
drivers/dax/pmem.c