Re: [PATCH next] mtd: spi-nor: hisi-sfc: fix refcounting bug in hisi_spi_nor_register_all()
From: Miquel Raynal
Date: Fri Feb 06 2026 - 09:29:45 EST
Hello,
On 06/02/2026 at 15:14:46 +01, Pratyush Yadav <pratyush@xxxxxxxxxx> wrote:
> On Fri, Feb 06 2026, Dan Carpenter wrote:
>
>> This was converted to a _scoped() loop but this of_node_put() was
>> accidentally left behind which is a double free.
>>
>> Fixes: aa8cb72c2018 ("mtd: spi-nor: hisi-sfc: Simplify with scoped for each OF child loop")
>> Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
>
> Reviewed-by: Pratyush Yadav <pratyush@xxxxxxxxxx>
>
> Miquel, since you took the original patch through the NAND tree, can you
> please take this one too?
Yes I will, thanks!
Miquèl