Files
linux/drivers/spi
Sergei Shtylyov 327d058b2d spi: sh-msiof: fix deferred probing
[ Upstream commit f34c6e6257 ]

Since commit 9ec36cafe4 ("of/irq: do irq resolution in platform_get_irq")
platform_get_irq() can return -EPROBE_DEFER. However, the driver overrides
an error returned by that function with -ENOENT which breaks the deferred
probing. Propagate upstream an error code returned by platform_get_irq()
and remove the bogus "platform" from the error message, while at it...

Fixes: 9ec36cafe4 ("of/irq: do irq resolution in platform_get_irq")
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-12-01 09:13:21 +01:00
..
2017-07-17 12:09:38 +01:00
2016-07-07 11:44:43 +02:00
2017-08-23 17:12:05 +01:00
2017-01-23 18:09:37 +00:00
2018-05-22 18:53:56 +02:00
2017-08-10 15:50:23 +01:00
2017-05-26 12:41:07 +01:00
2019-05-31 06:47:35 -07:00