]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: soc-utils: care -EOPNOTSUPP on snd_soc_ret()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 5 Feb 2025 00:16:14 +0000 (00:16 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 6 Feb 2025 17:26:19 +0000 (17:26 +0000)
commit062b7ef6b103dcbcb3c084e8ace8e74e260b2346
tree9b24839d18e9252c210081c536d8a1f9d7127e3a
parent943116ba2a6ab472e8ad2d1e57a3f10f13485cc2
ASoC: soc-utils: care -EOPNOTSUPP on snd_soc_ret()

We get below warning by checkpatch on soc-utils.
Adds EOPNOTSUPP, but not remove existing ENOTSUPP.

WARNING: ENOTSUPP is not a SUSV4 error code, prefer EOPNOTSUPP

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://patch.msgid.link/87ed0d2qlt.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-utils.c