Re: (subset) [PATCH 00/36] treewide: remove conditional returns with no effect

From: Vinod Koul

Date: Tue Aug 11 2026 - 14:57:46 EST



On Fri, 24 Jul 2026 03:45:02 +0900, Sang-Heon Jeon wrote:
> While reading mm/memblock, I found a conditional return where both
> branches return the same value:
>
> err = do_something();
> if (err)
> return err;
> return err;
>
> [...]

Applied, thanks!

[19/36] dmaengine: qcom_hidma: remove conditional return with no effect
commit: 04b8c3de13871653a8ecbd9f1adfea4d0694ecfe

Best regards,
--
~Vinod