Re: [PATCH v7] dmaengine: tegra210-adma: Add error logging on failure paths
From: Vinod Koul
Date: Mon Jun 08 2026 - 08:13:25 EST
On Sun, 17 May 2026 16:30:45 +0000, Sheetal wrote:
> Add dev_err/dev_err_probe logging across failure paths to improve
> debuggability of DMA errors during runtime and probe.
>
> Use return dev_err_probe() pattern where no cleanup is required in the
> probe function. On error paths that need explicit unwind, store the
> dev_err_probe() return value in ret before jumping to the cleanup label.
> Also convert existing dev_err calls in probe to dev_err_probe for
> consistency, and use dev_err in non-probe functions.
>
> [...]
Applied, thanks!
[1/1] dmaengine: tegra210-adma: Add error logging on failure paths
commit: b55bfcc677dd58d808a53173e0574b466dc27b9f
Best regards,
--
~Vinod