ASoC: codecs: fix the right check and simplify code
authorTang Bin <tangbin@cmss.chinamobile.com>
Sun, 8 Sep 2024 13:46:04 +0000 (21:46 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 9 Sep 2024 17:26:47 +0000 (18:26 +0100)
commit130eb72d3cb38a629205a2a192800b4b1b9bc5c9
tree7ead746b5d2ac572b47a16b0395b765a33187215
parent876dec03fdfb7eeb592d01a95ba292c9e53b324b
ASoC: codecs: fix the right check and simplify code

In the file drivers/base/platform.c, the return description of
platform_get_irq is 'non-zero IRQ number on success, negative
error number on failure.', so the check is wrong, fix it. And
when get irq failed, the function platform_get_irq logs an error
message.

Fixes: 5e2404493f9f ("ASoC: codecs: add MT6357 support")
Signed-off-by: Tang Bin <tangbin@cmss.chinamobile.com>
Link: https://patch.msgid.link/20240908134604.3652-1-tangbin@cmss.chinamobile.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/mediatek/mt8365/mt8365-afe-pcm.c