nvmem: core: add error handling for dev_set_name
authorGaosheng Cui <cuigaosheng1@huawei.com>
Fri, 16 Sep 2022 12:20:50 +0000 (13:20 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 24 Sep 2022 12:54:38 +0000 (14:54 +0200)
commit5544e90c81261e82e02bbf7c6015a4b9c8c825ef
tree786b0cb58e13447f24b04a04dcc8eb5830b2d2f8
parent4a575865c1ea67018d96acda9b43e5d3d25b2366
nvmem: core: add error handling for dev_set_name

The type of return value of dev_set_name is int, which may return
wrong result, so we add error handling for it to reclaim memory
of nvmem resource, and return early when an error occurs.

Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20220916122100.170016-4-srinivas.kandagatla@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/nvmem/core.c