Re: [PATCH v3] mtd: rawnand: mxc: remove __init qualifier from mxcnd_probe_dt

From: Miquel Raynal
Date: Sun Jul 01 2018 - 14:12:57 EST


Hi Martin,

Martin Kaiser <martin@xxxxxxxxx> wrote on Wed, 27 Jun 2018 22:47:44
+0200:

> Using the sysfs unbind, bind nodes, mxcnd_probe and mxcnd_probe_dt can
> potentially be called at any time. After the __init functions are cleaned,
> mxcnd_probe_dt is no longer available. Calling it anyway causes a crash.
>
> mxcnd_probe used to be marked as __init, this was removed years ago.
> Remove the __init qualifier from from mxcnd_probe_dt as well.
>
> Fixes: 06f255106923 ("mtd: remove use of __devinit")
> Signed-off-by: Martin Kaiser <martin@xxxxxxxxx>
> ---

Applied to nand/next, thanks!
MiquÃl