Re: [PATCH] mtd: onenand: Pass correct pointer to IRQ handler

From: Miquel Raynal
Date: Mon Nov 03 2025 - 05:42:58 EST


On Sat, 01 Nov 2025 16:25:48 +0300, Dan Carpenter wrote:
> This was supposed to pass "onenand" instead of "&onenand" with the
> ampersand. Passing a random stack address which will be gone when the
> function ends makes no sense. However the good thing is that the pointer
> is never used, so this doesn't cause a problem at run time.
>
>

Applied to mtd/fixes, thanks!

[1/1] mtd: onenand: Pass correct pointer to IRQ handler
commit: 97315e7c901a1de60e8ca9b11e0e96d0f9253e18

Patche(s) should be available on mtd/linux.git and will be
part of the next PR (provided that no robot complains by then).

Kind regards,
Miquèl