]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: rockchip: spdif: Use dev_err_probe
authorSebastian Reichel <sebastian.reichel@collabora.com>
Tue, 3 Feb 2026 16:46:26 +0000 (17:46 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 5 Feb 2026 18:46:43 +0000 (18:46 +0000)
commit730b0af2748a74528e0ad25f2bcd3272e96db10a
treea41fa7efb2429c82ba7f785a14aca892b0f8f35e
parent7e2de68e4dbaee65864b0c5972e1b03037243632
ASoC: rockchip: spdif: Use dev_err_probe

Cleanup the probe routine a little bit by using dev_err_probe
instead of dev_err.

Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Link: https://patch.msgid.link/20260203-rockchip-spdif-cleanup-and-bsp-sync-v2-4-4412016cf577@collabora.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/rockchip/rockchip_spdif.c