diff options
author | Gustavo A. R. Silva <garsilva@embeddedor.com> | 2017-06-30 15:18:41 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2017-06-30 22:38:18 +0200 |
commit | 1967158fff819b38f4e46763ca8df067b4b69f59 (patch) | |
tree | 5528434bb1a8e79ee67fa85a2244b0a74b6fc315 /sound/atmel | |
parent | 0a6f0600efc3df0179a33188c30b5026bd9d1c27 (diff) | |
download | linux-1967158fff819b38f4e46763ca8df067b4b69f59.tar.bz2 |
ALSA: x86: fix error return code in hdmi_lpe_audio_probe()
platform_get_irq() returns an error code, but the intel_hdmi_audio
driver ignores it and always returns -ENODEV. This is not correct,
and prevents -EPROBE_DEFER from being propagated properly. Also,
notice that platform_get_irq() no longer returns 0 on error.
Print error message and propagate the return value of platform_get_irq
on failure.
Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/atmel')
0 files changed, 0 insertions, 0 deletions