Re: (subset) [PATCH 00/36] treewide: remove conditional returns with no effect
From: Martin K. Petersen
Date: Thu Aug 06 2026 - 15:08:32 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 to 7.3/scsi-queue, thanks!
[30/36] scsi: mpt3sas: remove conditional return with no effect
https://git.kernel.org/mkp/scsi/c/c79f9bf2d87f
--
Martin K. Petersen