Colin Ian King 59858d3d54 libnvdimm, namespace: remove redundant initialization of 'nd_mapping'
Pointer nd_mapping is being initialized to a value that is never read,
instead it is being updated to a new value in all the cases where it
is being read afterwards, hence the initialization is redundant and
can be removed.

Cleans up clang warning:
drivers/nvdimm/namespace_devs.c:2411:21: warning: Value stored to
'nd_mapping' during its initialization is never rea

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Ross Zwisler <ross.zwisler@linux.intel.com>
Signed-off-by: Ross Zwisler <ross.zwisler@linux.intel.com>
2018-02-03 00:23:01 -07:00
..
2017-07-03 16:56:26 -06:00
2017-08-31 15:05:10 -07:00
2017-08-31 15:05:10 -07:00
2017-10-12 15:42:00 +02:00
2017-11-17 09:51:57 -08:00
2016-05-20 22:02:57 -07:00
2017-11-15 18:21:02 -08:00