Re: [PATCH v5 11/12] mtd: rawnand: brcmnand: exec_op helper functions return type fixes

From: Miquel Raynal
Date: Tue Feb 20 2024 - 05:03:07 EST



william.zhang@xxxxxxxxxxxx wrote on Wed, 7 Feb 2024 12:22:56 -0800:

> From: David Regan <dregan@xxxxxxxxxxxx>
>
> fix return type for exec_op reset and status detect helper functions
>
> Reported-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
> Closes: http://lists.infradead.org/pipermail/linux-mtd/2023-December/102423.html
> Fixes: 3c8260ce7663 ("mtd: rawnand: brcmnand: exec_op implementation")
> Signed-off-by: David Regan <dregan@xxxxxxxxxxxx>
> Signed-off-by: William Zhang <william.zhang@xxxxxxxxxxxx>
> Reviewed-by: William Zhang <william.zhang@xxxxxxxxxxxx>

By the way, a Cc: stable tag might be useful as otherwise you may leak
an error code in a status value (which is a bug). And move this patch
first in your series so we're sure it does not conflict with any of the
other patches and can be backported more easily.

Thanks,
Miquèl