[alsa-devel] [PATCH] ALSA: atmel: ac97c: fix error return code in atmel_ac97c_probe()

Takashi Iwai tiwai at suse.de
Sat Jul 1 08:06:49 CEST 2017


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 at embeddedor.com>

Applied, thanks.


Takashi


More information about the Alsa-devel mailing list