Searched hist:"8098 a931c080d32687aee72a1dfac98507a6034b" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/spi/ |
H A D | spi-pl022.c | diff 8098a931c080d32687aee72a1dfac98507a6034b Fri Jun 02 13:12:54 CDT 2023 Mårten Lindahl <marten.lindahl@axis.com> 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>
|