Re: [PATCH] mtd: rawnand: pl353: fix probe resource allocation

From: Miquel Raynal

Date: Wed May 27 2026 - 05:16:59 EST


On Tue, 26 May 2026 09:10:00 +0200, Bastien Curutchet wrote:
> During probe(), the devm_ioremap() is called with the parent device
> instead of the current one. So when the module is unloaded, the register
> area isn't released.
>
> Target the pl35x device in the devm_ioremap() instead of its parent.
>
>
> [...]

Applied to nand/next, thanks!

[1/1] mtd: rawnand: pl353: fix probe resource allocation
commit: 19ed11aee966d91beebdef9d32ce926474872f79

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