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)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 25 Mar 2024 09:26:53 +0000 (10:26 +0100)
commitd44f0bbbd8d182debcce88bda55b05269f3d33d6
tree2ec2a1a9b452bc474a579db89b3d4ac9836b3ca8
parent4cece764965020c22cff7665b18a012006359095
mtd: core: Report error if first mtd_otp_size() call fails in mtd_otp_nvmem_add()

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
drivers/mtd/mtdcore.c