]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: tegra: Add error logging in tegra210_admaif driver
authorSheetal <sheetal@nvidia.com>
Wed, 1 Apr 2026 11:24:57 +0000 (11:24 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 1 Apr 2026 13:53:24 +0000 (14:53 +0100)
commit00d6070ec02c55731c7655b3227edd8b84bbcdbc
tree03fb00d8104cee47feb2d853b1b2b546d8d667c0
parent7aaa8047eafd0bd628065b15757d9b48c5f9c07d
ASoC: tegra: Add error logging in tegra210_admaif driver

Log errors in the Tegra210 ADMAIF probe and runtime callback paths.
Drop redundant dev_err() at tegra_isomgr_adma_register() call site
since it already logs errors internally.

Signed-off-by: Sheetal <sheetal@nvidia.com>
Link: https://patch.msgid.link/20260401112500.4076861-2-sheetal@nvidia.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/tegra/tegra210_admaif.c