spi: spl022: Probe defer is no error
authorMårten Lindahl <marten.lindahl@axis.com>
Fri, 2 Jun 2023 18:12:54 +0000 (20:12 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 2 Jun 2023 18:15:42 +0000 (19:15 +0100)
commit8098a931c080d32687aee72a1dfac98507a6034b
treea02b7f8a04129d3a82b9c713cc76ddbe4f308f71
parenta34e0353a681bbdd0402825e25410c3236109f31
spi: spl022: Probe defer is no error

When the spi controller is registered and the cs_gpiods cannot be
assigned, causing a defer of the probe, there is an error print saying:
"probe - problem registering spi master"

This should not be announced as an error. Print this message for all
errors except for the probe defer.

Signed-off-by: Mårten Lindahl <marten.lindahl@axis.com>
Link: https://lore.kernel.org/r/20230602-pl022-defer-fix-v2-1-383f6bc2293a@axis.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-pl022.c