libnvdimm/of_pmem: Use devm_kstrdup instead of kstrdup and check its return value
authorChen Ni <nichen@iscas.ac.cn>
Thu, 14 Sep 2023 07:03:27 +0000 (07:03 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Nov 2023 10:59:19 +0000 (11:59 +0100)
commitcc5f69932bcb47833ec6811581efeb1216d507cb
tree132ca4cdd307d424f0751d3fddd5ed74967db735
parentd683e4080b3da54ec6b1edec2a707d082ef5da13
libnvdimm/of_pmem: Use devm_kstrdup instead of kstrdup and check its return value

[ Upstream commit 6fd4ebfc4d61e3097b595ab2725d513e3bbd6739 ]

Use devm_kstrdup() instead of kstrdup() and check its return value to
avoid memory leak.

Fixes: 49bddc73d15c ("libnvdimm/of_pmem: Provide a unique name for bus provider")
Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Reviewed-by: Ira Weiny <ira.weiny@intel.com>
Reviewed-by: Dave Jiang <dave.jiang@intel.com>
Signed-off-by: Ira Weiny <ira.weiny@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/nvdimm/of_pmem.c