mtd: parsers: qcom: Don't print error message on -EPROBE_DEFER
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>
Mon, 3 Jan 2022 03:03:16 +0000 (03:03 +0000)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 25 Jan 2022 09:31:44 +0000 (10:31 +0100)
commit079e6bdb2b1cc1da8b5c602229db782732668ae7
tree2a26f0b0b01472c5e77cb3667805c83de166e124
parent5c23b3f965bc9ee696bf2ed4bdc54d339dd9a455
mtd: parsers: qcom: Don't print error message on -EPROBE_DEFER

Its possible for the main smem driver to not be loaded by the time we come
along to parse the smem partition description but, this is a perfectly
normal thing.

No need to print out an error message in this case.

Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Reviewed-by: Manivannan Sadhasivam <mani@kernel.org>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20220103030316.58301-3-bryan.odonoghue@linaro.org
drivers/mtd/parsers/qcomsmempart.c