1 Jul
2017
1 Jul
'17
8:06 a.m.
On Sat, 01 Jul 2017 00:34:23 +0200, Gustavo A. R. Silva wrote:
platform_get_irq() returns an error code, but the ac97c driver ignores it and always returns -ENXIO. This is not correct, and prevents -EPROBE_DEFER from being propagated properly. Notice that platform_get_irq() no longer returns 0 on error.
Print and propagate the return value of platform_get_irq on failure.
Signed-off-by: Gustavo A. R. Silva garsilva@embeddedor.com
Applied, thanks.
Takashi