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

Vinod Koul <[email protected]> Wed, 12 Aug 2026 00:21:40 +0530
Newsgroups gmane.comp.freedesktop.xorg.nouveau,gmane.comp.freedesktop.amd-gfx,gmane.comp.video.dri.devel,gmane.comp.freedesktop.xorg.drivers.intel,gmane.linux.kernel.cifs,gmane.linux.kernel.clk,gmane.linux.kernel.cryptoapi,gmane.linux.kernel.gpio,gmane.linux.kernel.iio,gmane.linux.kernel.input,gmane.linux.kernel,gmane.linux.drivers.video-input-infrastructure,gmane.linux.kernel.mm,gmane.linux.power-management.general,gmane.linux.drivers.rdma,gmane.linux.scsi,gmane.linux.sound,gmane.linux.usb.general,gmane.linux.kernel.wireless.general,gmane.comp.linux.lvs.devel,gmane.linux.network,gmane.comp.security.firewalls.netfilter.devel,gmane.linux.drivers.platform.x86.devel
Message-ID <178647430099.1113716.2263974283705757692.b4-ty__19804.8108535417$1786474344$gmane$org@kernel.org>
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