]> git.itanic.dy.fi Git - linux-stable/commit
nvmem: core: fix cell removal on error
authorMichael Walle <michael@walle.cc>
Fri, 27 Jan 2023 10:40:13 +0000 (10:40 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 28 Jan 2023 13:38:49 +0000 (14:38 +0100)
commitdb3546d58b5a0fa581d9c9f2bdc2856fa6c5e43e
treed964f41332bd51e7f207dafef479b2a79f500684
parentedcf2fb660526b5ed29f93bd17328a2b4835c8b2
nvmem: core: fix cell removal on error

nvmem_add_cells() could return an error after some cells are already
added to the provider. In this case, the added cells are not removed.
Remove any registered cells if nvmem_add_cells() fails.

Fixes: fa72d847d68d7 ("nvmem: check the return value of nvmem_add_cells()")
Cc: stable@vger.kernel.org
Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20230127104015.23839-9-srinivas.kandagatla@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/nvmem/core.c