Re: [PATCH 01/10] mtd: rawnand: qcom: Remove superfluous initialization of "ret"

From: Miquel Raynal
Date: Fri Aug 18 2023 - 10:42:24 EST


On Sat, 2023-08-05 at 17:41:37 UTC, Manivannan Sadhasivam wrote:
> In all the cases, "ret" variable is assigned a value before returning it.
> So there is no need to explicitly initialize it with 0.
>
> Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxx>

Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next, thanks.

Miquel