aboutsummaryrefslogtreecommitdiff
path: root/lib/memory-notifier-error-inject.c
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2018-01-30 17:47:07 +0000
committerRoss Zwisler <[email protected]>2018-02-03 00:23:01 -0700
commit59858d3d54cfad1f8db67c2c07e4dd33bb6ed955 (patch)
tree445f9c7d4fd929183556fdfe9d76a7a0e32051e5 /lib/memory-notifier-error-inject.c
parent23fbd7c70aec7600e3227eb24259fc55bf6e4881 (diff)
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 <[email protected]> Reviewed-by: Ross Zwisler <[email protected]> Signed-off-by: Ross Zwisler <[email protected]>
Diffstat (limited to 'lib/memory-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions