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

Reply via email to