]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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:08:22 +0000 (11:08 +0100)
commit6563e0f79d63a037e5ad9fab82bfe72545032754
treef4e5efa76fbe168247b0227ff703826d94fcdcb7
parentd4ad0c1a83ce8aefc6fd8b33ef95bc0a76edb4a1
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