]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
mtd: core: Report error if first mtd_otp_size() call fails in mtd_otp_nvmem_add()
authorAapo Vienamo <aapo.vienamo@linux.intel.com>
Wed, 13 Mar 2024 17:34:24 +0000 (19:34 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Jun 2024 11:39:27 +0000 (13:39 +0200)
commit96725324ef44030fe2309aed66ce4e9fc12fa7be
tree675336bab48f85089a375f2f34d5b1ea9c635d0d
parent58374345112a498a86ea680638ab6182c41b0651
mtd: core: Report error if first mtd_otp_size() call fails in mtd_otp_nvmem_add()

[ Upstream commit d44f0bbbd8d182debcce88bda55b05269f3d33d6 ]

Jump to the error reporting code in mtd_otp_nvmem_add() if the
mtd_otp_size() call fails. Without this fix, the error is not logged.

Signed-off-by: Aapo Vienamo <aapo.vienamo@linux.intel.com>
Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Reviewed-by: Michael Walle <mwalle@kernel.org>
Fixes: 4b361cfa8624 ("mtd: core: add OTP nvmem provider support")
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20240313173425.1325790-2-aapo.vienamo@linux.intel.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/mtd/mtdcore.c