Re: [PATCH v4] dma-engine: sun4i: Use devm functions in probe()
From: Csókás Bence
Date: Sat Mar 22 2025 - 14:46:27 EST
Hi all,
On 2025. 03. 11. 19:02, Bence Csókás wrote:
Clean up error handling by using devm functions
and dev_err_probe(). This should make it easier
to add new code, as we can eliminate the "goto
ladder" in probe().
Suggested-by: Chen-Yu Tsai <wens@xxxxxxxxxx>
Reviewed-by: Jernej Skrabec <jernej.skrabec@xxxxxxxxx>
Acked-by: Chen-Yu Tsai <wens@xxxxxxxx>
Signed-off-by: Bence Csókás <csokas.bence@xxxxxxxxx>
So, will this be merged for the MW of 6.15? I just looked at the history
of this patch, and there haven't been any major changes since v1, which
was sent on 8 Dec last year. Despite this, it didn't make it into 6.14,
probably because it was forgot amid the MW rush, so now I'm anxious as
to whether it will happen again.
Bence