nvdimm/namespace: drop nested variable in create_namespace_pmem()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 7 Jun 2022 16:49:37 +0000 (19:49 +0300)
committerDan Williams <dan.j.williams@intel.com>
Thu, 14 Jul 2022 20:48:49 +0000 (13:48 -0700)
commitd34213ebfea31229411583716a9ebe3610bf2d29
treebc7122fd97f1d5c3a637a7f6613881219449ac97
parent69053101e096c01a4c8e3d2497e3cd5716e43cec
nvdimm/namespace: drop nested variable in create_namespace_pmem()

Kernel build bot reported:

  namespace_devs.c:1991:10: warning: Local variable 'uuid' shadows outer variable [shadowVariable]

Refactor create_namespace_pmem() by dropping a nested version of
the same variable.

Fixes: d1c6e08e7503 ("libnvdimm/labels: Add uuid helpers")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20220607164937.33967-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/nvdimm/namespace_devs.c